Logger.Fatal(ex.Message+" This can happen if another instance of Prowlarr is already running another application is using the same port (default: 9696) or the user has insufficient permissions");
Exit(ExitCodes.RecoverableFailure);
Exit(ExitCodes.RecoverableFailure, startupArgs);
}
catch(IOExceptionex)
{
@ -61,7 +63,7 @@ namespace NzbDrone.Console
System.Console.WriteLine("");
System.Console.WriteLine("");
Logger.Fatal(ex.Message+" This can happen if another instance of Prowlarr is already running another application is using the same port (default: 9696) or the user has insufficient permissions");