trying to stop team city from sending exeptioneer reports.

This commit is contained in:
kay.one 2011-10-16 20:02:20 -07:00
commit 97ed59920b
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ namespace NzbDrone.Core.Instrumentation
{
if (!Debugger.IsAttached)
{
Logger.Trace("Sending Exception to Exceptioneer");
Logger.Trace("Sending Exception to Exceptioneer. {0}", Process.GetCurrentProcess().ProcessName);
new Client
{