UI for automatic update.

This commit is contained in:
kay.one 2011-11-13 22:01:51 -08:00
commit 8779a37f7f
5 changed files with 77 additions and 5 deletions

View file

@ -14,7 +14,7 @@ namespace NzbDrone.Common
if (logEvent == null || logEvent.Exception == null) return;
if (Debugger.IsAttached || Process.GetCurrentProcess().ProcessName.Contains("JetBrains")) return;
Logger.Trace("Sending Exception to Exceptioneer. {0}", Process.GetCurrentProcess().ProcessName);
Logger.Trace("Sending Exception to Exceptioneer. Process Name: {0}", Process.GetCurrentProcess().ProcessName);
logEvent.Exception.Data.Add("Message", logEvent.Message);