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.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Logging/BaseLogger.cs b/MediaBrowser.Common/Logging/BaseLogger.cs
index c7c63d55e..fbd287750 100644
--- a/MediaBrowser.Common/Logging/BaseLogger.cs
+++ b/MediaBrowser.Common/Logging/BaseLogger.cs
@@ -71,9 +71,8 @@ namespace MediaBrowser.Common.Logging
{
Severity = severity,
Message = message,
- Category = string.Empty,
ThreadId = currentThread.ManagedThreadId,
- //ThreadName = currentThread.Name,
+ ThreadName = currentThread.Name,
Time = DateTime.Now
};