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
|
@Override
|
||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
return String.format("%s@%x{%s}",
|
return String.format("%s@%x{%s,%s}",
|
||||||
_name==null?getClass().getSimpleName():_name,
|
_name==null?getClass().getSimpleName():_name,
|
||||||
hashCode(),
|
hashCode(),
|
||||||
getDefaultProtocol());
|
getDefaultProtocol(),getProtocols());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue