Readme update

This commit is contained in:
szporowolik
2019-09-12 17:57:46 +02:00
parent df7155f061
commit 17a2905b14
2 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ internal class TCPController
if (e.HResult != -2147467259)
{
Console.WriteLine(e.ToString());
PerunHelper.LogHistoryAdd(ref arrLogHistory, "ERROR TCP - port may be in use");
PerunHelper.LogHistoryAdd(ref arrLogHistory, "TCP error - connection closed or port in use");
}
}
//Console.WriteLine("TCP listen stop");