mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 04:55:01 +00:00
improved protocol info log
This commit is contained in:
parent
71d1c434e4
commit
171f7b5352
@ -632,9 +632,9 @@ public abstract class AbstractConnector extends ContainerLifeCycle implements Co
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return String.format("%s@%x{%s}",
|
||||
return String.format("%s@%x{%s,%s}",
|
||||
_name==null?getClass().getSimpleName():_name,
|
||||
hashCode(),
|
||||
getDefaultProtocol());
|
||||
getDefaultProtocol(),getProtocols());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user