Minor tweak to SCEP.toString() to make it a bit more readable
This commit is contained in:
parent
c83b02c4a7
commit
5f653aa87a
|
@ -660,7 +660,7 @@ public class SelectChannelEndPoint extends ChannelEndPoint implements AsyncEndPo
|
|||
{
|
||||
synchronized(this)
|
||||
{
|
||||
return "SCEP@" + hashCode() + _channel+
|
||||
return "SCEP@" + hashCode() + "/" + _channel+
|
||||
"[o="+isOpen()+" d=" + _dispatched + ",io=" + _interestOps+
|
||||
",w=" + _writable + ",rb=" + _readBlocked + ",wb=" + _writeBlocked + "]";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue