aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-28 15:26:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-28 15:26:55 -0400
commitbbb43a6525ab0ee1d4b69d1507624bf1c25108d2 (patch)
treed909c7c33bc421fac098ce356cdc490a22a0a941
parent71308b5c29da6506bc294a6b4eb1f4a5b86ce0bd (diff)
update logging
-rw-r--r--Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
index 23ae4cee9..69a205dda 100644
--- a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
+++ b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
@@ -108,8 +108,6 @@ namespace Emby.Server.Implementations.EntryPoints
try
{
_sessionManager.SendMessageToAdminSessions("RefreshProgress", dict, CancellationToken.None);
-
- _logger.Info("Sending refresh progress {0} {1}", item.Id.ToString("N"), progress);
}
catch
{