aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/LibraryMonitor.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-11-09 16:00:14 +0100
committercvium <clausvium@gmail.com>2021-11-09 16:00:14 +0100
commit2b02b53fc03341a03f3339afd9aae40280a12e1c (patch)
tree088adda39016911626fffab1f8414b980c57464e /Emby.Server.Implementations/IO/LibraryMonitor.cs
parent996500b2f805e3f46e36f52cff2c80794a0390c6 (diff)
parent04040b25e03295d9268fd7bc38ffce8f27f5c004 (diff)
Merge branch 'master' into dlnope_never_again
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 e9d069cd3..7ebc800b9 100644
--- a/Emby.Server.Implementations/IO/LibraryMonitor.cs
+++ b/Emby.Server.Implementations/IO/LibraryMonitor.cs
@@ -276,7 +276,7 @@ namespace Emby.Server.Implementations.IO
}
catch (Exception ex)
{
- _logger.LogError(ex, "Error watching path: {path}", path);
+ _logger.LogError(ex, "Error watching path: {Path}", path);
}
});
}