Explorar o código

switch log message to debug

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
9279893434

+ 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));
             IsFlushing = false;