Fixed rss datetime bug

This commit is contained in:
kay.one 2011-04-25 11:16:38 -07:00
commit a8815cd5ea
8 changed files with 100 additions and 1195 deletions

View file

@ -25,8 +25,6 @@ namespace NzbDrone.Core.Instrumentation
log.Method = logEvent.UserStackFrame.GetMethod().Name;
}
log.Logger = logEvent.LoggerName;
if (logEvent.Exception != null)