فهرست منبع

switch log message to debug

Luke Pulverenti 12 سال پیش
والد
کامیت
9279893434
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs

@@ -275,7 +275,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
                 }
                 }
             }
             }
 
 
-            Logger.Info("SQL Delayed writer executed " + numCommands + " commands");
+            Logger.Debug("SQL Delayed writer executed " + numCommands + " commands");
 
 
             FlushTimer.Change(TimeSpan.FromMilliseconds(FlushInterval), TimeSpan.FromMilliseconds(-1));
             FlushTimer.Change(TimeSpan.FromMilliseconds(FlushInterval), TimeSpan.FromMilliseconds(-1));
             IsFlushing = false;
             IsFlushing = false;