aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/IO/LibraryMonitor.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-03-08 14:19:39 -0500
committerGitHub <noreply@github.com>2017-03-08 14:19:39 -0500
commit291cfccc2345c029539557d2d10e86a9b0f61d13 (patch)
tree349f94f349197ef67f6f2705998696988153eeba /Emby.Server.Core/IO/LibraryMonitor.cs
parent6f6aa075d820f4d82009917b11d51344ac87f882 (diff)
parent3f60e7c35d68a621a2074ed7ac568cfcc2588db9 (diff)
Merge pull request #2520 from MediaBrowser/beta
Beta
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;