netty5/handler/src/main/java/io/netty
Nikolay Fedorovskikh dcc39e5b21 Fixes a LoggingHandler#format method with two arguments
Motivation:
Bug in capacity calculation: occurs auto convert to string instead of sum up.

Modifications:
Use `eventName.length()` in sum.

Result:
Less trash in logs.
2017-10-24 06:56:54 +02:00
..
handler Fixes a LoggingHandler#format method with two arguments 2017-10-24 06:56:54 +02:00