Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Apr 19, 2023
1 parent 8a0b6c8 commit c73a0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LicenseServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public static void Initialization(string[] args, bool runAsService = false)
}
catch (Exception ex)
{
WriteMessage($"Error: Please make sure that the license server runs as an administrator" +
WriteMessage($"Error: Please make sure that the license server runs as an administrator " +
$"and that there is no other application that is listening to port {port}.\n\n" +
$"Detailed error shown below: {ex.StackTrace.ToString()}");
Console.ReadLine();
Expand Down

0 comments on commit c73a0c2

Please sign in to comment.