aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Logging/BaseLogger.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Logging/BaseLogger.cs')
-rw-r--r--MediaBrowser.Common/Logging/BaseLogger.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Logging/BaseLogger.cs b/MediaBrowser.Common/Logging/BaseLogger.cs
index 16eb96e20..bcf10d7dc 100644
--- a/MediaBrowser.Common/Logging/BaseLogger.cs
+++ b/MediaBrowser.Common/Logging/BaseLogger.cs
@@ -67,7 +67,7 @@ namespace MediaBrowser.Common.Logging
Thread currentThread = Thread.CurrentThread;
- LogRow row = new LogRow()
+ LogRow row = new LogRow
{
Severity = severity,
Message = message,