Fixing confusing output
This commit is contained in:
parent
a371a8963d
commit
5e4711fdb0
|
@ -269,14 +269,14 @@ public class ShutdownMonitor extends Thread
|
|||
|
||||
private void startListenSocket()
|
||||
{
|
||||
if (this.port < 0)
|
||||
{
|
||||
System.out.println("ShutdownMonitor not in use (port < 0): " + port);
|
||||
return;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
if (this.port < 0)
|
||||
{
|
||||
System.out.println("ShutdownMonitor not in use (port < 0): " + port);
|
||||
return;
|
||||
}
|
||||
|
||||
setDaemon(true);
|
||||
setName("ShutdownMonitor");
|
||||
|
||||
|
|
Loading…
Reference in New Issue