Merge remote-tracking branch 'origin/master' into jetty-8

This commit is contained in:
Jan Bartel 2012-07-23 15:35:01 +10:00
commit ab8e8578f8
1 changed files with 1 additions and 1 deletions

View File

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