aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/LibraryMonitor.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-08-31 22:20:19 +0200
committerBond_009 <bond.009@outlook.com>2020-08-31 22:20:19 +0200
commite653eef44ff5dd7e568816d43b9e0d50b2293387 (patch)
tree998b88836c4c07c2c21a2e61e6b89c1bba0dce2d /Emby.Server.Implementations/IO/LibraryMonitor.cs
parent5c50d5356c2779dfa980df1acd62d3e6ca41f198 (diff)
Fix some warnings
Diffstat (limited to 'Emby.Server.Implementations/IO/LibraryMonitor.cs')
-rw-r--r--Emby.Server.Implementations/IO/LibraryMonitor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/LibraryMonitor.cs b/Emby.Server.Implementations/IO/LibraryMonitor.cs
index 9290dfcd0..3353fae9d 100644
--- a/Emby.Server.Implementations/IO/LibraryMonitor.cs
+++ b/Emby.Server.Implementations/IO/LibraryMonitor.cs
@@ -88,7 +88,7 @@ namespace Emby.Server.Implementations.IO
}
catch (Exception ex)
{
- _logger.LogError(ex, "Error in ReportFileSystemChanged for {path}", path);
+ _logger.LogError(ex, "Error in ReportFileSystemChanged for {Path}", path);
}
}
}