mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
More code to support service, isn't working yet. (Console still works fine)
This commit is contained in:
parent
be651660a4
commit
495d7b8595
17 changed files with 208 additions and 260 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue