netty5/codec-http2/src
Scott Mitchell b17ee6066f HTTP/2 Log Cleanup
Motivation:
The format of some log lines used the printf style formatting instead of the logger {} formatting for variables. This would lead to printing out the literal printf tokens instead of substituting the value.

Modifications:
- Fix the format string for log statements which use printf style formatting

Result:
Logs actually capture the value of the variables instead of fixed string tokens.
2016-05-06 10:52:00 -07:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 Log Cleanup 2016-05-06 10:52:00 -07:00
test DefaultHttp2FrameReader stops reading if stream error 2016-04-30 10:41:06 -07:00