mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Cleaned up some code, fixed broken build.
This commit is contained in:
parent
e90a3ae9de
commit
2dd2dd6d0d
7 changed files with 3 additions and 23 deletions
|
@ -103,7 +103,7 @@ namespace NzbDrone.Providers
|
|||
|
||||
private static void AppDomainException(object excepion)
|
||||
{
|
||||
System.Console.WriteLine("EPIC FAIL: {0}", excepion);
|
||||
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