aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/IO/LibraryMonitor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-03-08 14:05:33 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-03-08 14:05:33 -0500
commit0747752ef6758042b5e47956769fc63e5b6f723a (patch)
treeb1e759e842f94c216b06b00685ab0f546d0b2ae3 /Emby.Server.Core/IO/LibraryMonitor.cs
parent9383378e8150b3242c96f2dac6e77b1dc4568e6e (diff)
update library monitor logging
Diffstat (limited to 'Emby.Server.Core/IO/LibraryMonitor.cs')
-rw-r--r--Emby.Server.Core/IO/LibraryMonitor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Core/IO/LibraryMonitor.cs b/Emby.Server.Core/IO/LibraryMonitor.cs
index baa705111..4df9b930e 100644
--- a/Emby.Server.Core/IO/LibraryMonitor.cs
+++ b/Emby.Server.Core/IO/LibraryMonitor.cs
@@ -417,7 +417,7 @@ namespace Emby.Server.Core.IO
{
try
{
- Logger.Debug("Changed detected of type " + e.ChangeType + " to " + e.FullPath);
+ //Logger.Debug("Changed detected of type " + e.ChangeType + " to " + e.FullPath);
var path = e.FullPath;