changed a variable in display

pull/63/head
Flavien Haas 5 years ago committed by Louis
parent 2313b6799d
commit 90872c8f7b

@ -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))){

Loading…
Cancel
Save