Merge remote-tracking branch 'origin/master' into jetty-8
This commit is contained in:
commit
ab8e8578f8
|
@ -62,7 +62,7 @@ public class Monitor extends Thread
|
|||
catch(Exception e)
|
||||
{
|
||||
Config.debug(e);
|
||||
System.err.println(e.toString());
|
||||
System.err.println("Error binding monitor port "+port+": "+e.toString());
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue