update library monitor logging

This commit is contained in:
Luke Pulverenti
2017-03-08 14:05:33 -05:00
parent 9383378e81
commit 0747752ef6
3 changed files with 7 additions and 6 deletions

View File

@@ -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;