More code to support service, isn't working yet. (Console still works fine)

This commit is contained in:
kay.one 2011-10-08 19:16:11 -07:00
commit 495d7b8595
17 changed files with 208 additions and 260 deletions

View file

@ -103,7 +103,7 @@ namespace NzbDrone.Providers
private static void AppDomainException(object excepion)
{
Console.WriteLine("EPIC FAIL: {0}", excepion);
System.Console.WriteLine("EPIC FAIL: {0}", excepion);
Logger.Fatal("EPIC FAIL: {0}", excepion);
#if RELEASE