log tweak

This commit is contained in:
zzz
2014-04-05 12:33:53 +00:00
parent 44a5740a04
commit 4b938a02e7

View File

@@ -434,7 +434,7 @@ public abstract class TransportImpl implements Transport {
level = Log.WARN;
if (_log.shouldLog(level)) {
StringBuilder buf = new StringBuilder(128);
buf.append("Message received: ").append(inMsg.getClass().getName());
buf.append("Message received: ").append(inMsg.getClass().getSimpleName());
buf.append(" / ").append(inMsg.getUniqueId());
buf.append(" in ").append(msToReceive).append("ms containing ");
buf.append(bytesReceived).append(" bytes ");