changed a variable in display

This commit is contained in:
Flavien Haas 2020-03-23 16:55:46 +01:00 committed by Louis
parent 2313b6799d
commit 90872c8f7b

View File

@ -58,7 +58,7 @@ public class Tracker {
port = defaultPort; port = defaultPort;
System.out.println("using default port : " + port); System.out.println("using default port : " + port);
} else { } else {
System.out.println("using port : " + hostname); System.out.println("using port : " + port);
} }
TestPort testPortTracker = new TestPort(); TestPort testPortTracker = new TestPort();
if(testPortTracker.testPortTracker(Integer.parseInt(port))){ if(testPortTracker.testPortTracker(Integer.parseInt(port))){