From 5c566cf139f602fd6a536398b63b778087ea6168 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 15 Apr 2018 19:39:07 -0400 Subject: [PATCH] Fixed: update port in multiple instance error --- src/NzbDrone.Console/ConsoleApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Console/ConsoleApp.cs b/src/NzbDrone.Console/ConsoleApp.cs index 357e7e39c..b4a97b29c 100644 --- a/src/NzbDrone.Console/ConsoleApp.cs +++ b/src/NzbDrone.Console/ConsoleApp.cs @@ -47,7 +47,7 @@ namespace NzbDrone.Console { System.Console.WriteLine(""); System.Console.WriteLine(""); - Logger.Fatal(ex.Message + ". This can happen if another instance of Lidarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions"); + Logger.Fatal(ex.Message + ". This can happen if another instance of Lidarr is already running another application is using the same port (default: 8686) or the user has insufficient permissions"); Exit(ExitCodes.RecoverableFailure); } catch (Exception ex)