aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-15 15:27:52 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-15 15:27:52 -0400
commit9279893434316ba633d1354ee913ec76e56f0830 (patch)
treec01265e17bd9666598c2d6bdc4376a97ced655ca /MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
parentb838c5301787c181863436d4fc29ae1d61e25522 (diff)
switch log message to debug
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
index e722ac3dc..baeb0b1a7 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
+++ b/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;