changed a variable in display
This commit is contained in:
parent
2313b6799d
commit
90872c8f7b
@ -58,7 +58,7 @@ public class Tracker {
|
||||
port = defaultPort;
|
||||
System.out.println("using default port : " + port);
|
||||
} else {
|
||||
System.out.println("using port : " + hostname);
|
||||
System.out.println("using port : " + port);
|
||||
}
|
||||
TestPort testPortTracker = new TestPort();
|
||||
if(testPortTracker.testPortTracker(Integer.parseInt(port))){
|
||||
|
Loading…
Reference in New Issue
Block a user