Merge branch 'master' of github.com:eclipse/jetty.project

This commit is contained in:
Joakim Erdfelt 2017-10-19 12:35:42 -07:00
commit 87bdf8bd76
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ public class Server extends HandlerWrapper implements Attributes
@Override
public String toString()
{
return this.getClass().getName()+"@"+Integer.toHexString(hashCode());
return String.format("%s[%s]", super.toString(), getVersion());
}
/* ------------------------------------------------------------ */