Logger.Fatal(exception.Message+". This can happen if another instance of NzbDrone is already running or another applicaion is using the port assinged to NzbDrone (default: 8989)");
System.Console.WriteLine("Press any key to exit...");
System.Console.ReadLine();
Environment.Exit(1);
}
catch(Exceptione)
catch(Exceptione)
{
{
System.Console.WriteLine("");
System.Console.WriteLine("");
@ -25,6 +35,7 @@ namespace NzbDrone.Console
Logger.FatalException("EPIC FAIL!",e);
Logger.FatalException("EPIC FAIL!",e);
System.Console.WriteLine("Press any key to exit...");
System.Console.WriteLine("Press any key to exit...");