diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-08 14:18:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-08 14:18:25 -0500 |
| commit | 6d5fd5201eb2f80d9e6b1f1feeebf56a1cdc0e87 (patch) | |
| tree | 182321a18ae0712eb5130ca36adf2a0064685626 /Emby.Server.Core/IO/LibraryMonitor.cs | |
| parent | 314b84ae9ef5a692144b0a3a178ddcbd393c9fb9 (diff) | |
| parent | 8f22159186ba6bfe811a178cbcdfd0c7108362ba (diff) | |
Merge pull request #2518 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core/IO/LibraryMonitor.cs')
| -rw-r--r-- | Emby.Server.Core/IO/LibraryMonitor.cs | 2 |
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; |
