Formatting
This commit is contained in:
parent
9da81acec1
commit
56646920c0
@ -321,7 +321,7 @@ public class LoggingHandler extends ChannelDuplexHandler {
|
|||||||
if (msg instanceof ByteBuf) {
|
if (msg instanceof ByteBuf) {
|
||||||
return formatByteBuf(eventName, (ByteBuf) msg);
|
return formatByteBuf(eventName, (ByteBuf) msg);
|
||||||
} else if (msg instanceof ByteBufHolder) {
|
} else if (msg instanceof ByteBufHolder) {
|
||||||
return formatByteBufHolder(eventName, (ByteBufHolder) msg);
|
return formatByteBufHolder(eventName, (ByteBufHolder) msg);
|
||||||
} else {
|
} else {
|
||||||
return formatNonByteBuf(eventName, msg);
|
return formatNonByteBuf(eventName, msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user