switch log message to debug

This commit is contained in:
Luke Pulverenti 2013-04-15 15:27:52 -04:00
parent b838c53017
commit 9279893434

View File

@ -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;