diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-08 14:05:33 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-08 14:05:33 -0500 |
| commit | 0747752ef6758042b5e47956769fc63e5b6f723a (patch) | |
| tree | b1e759e842f94c216b06b00685ab0f546d0b2ae3 /Emby.Server.Implementations/IO/FileRefresher.cs | |
| parent | 9383378e8150b3242c96f2dac6e77b1dc4568e6e (diff) | |
update library monitor logging
Diffstat (limited to 'Emby.Server.Implementations/IO/FileRefresher.cs')
| -rw-r--r-- | Emby.Server.Implementations/IO/FileRefresher.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs index d7f2ffa43..c64672685 100644 --- a/Emby.Server.Implementations/IO/FileRefresher.cs +++ b/Emby.Server.Implementations/IO/FileRefresher.cs @@ -160,10 +160,10 @@ namespace Emby.Server.Implementations.IO .DistinctBy(i => i.Id) .ToList(); - foreach (var p in paths) - { - Logger.Info(p + " reports change."); - } + //foreach (var p in paths) + //{ + // Logger.Info(p + " reports change."); + //} // If the root folder changed, run the library task so the user can see it if (itemsToRefresh.Any(i => i is AggregateFolder)) |
