Skip to content

Use correct type of format strings when logging#103

Open
io7m wants to merge 10000 commits intoapache:trunkfrom
io7m:trunk
Open

Use correct type of format strings when logging#103
io7m wants to merge 10000 commits intoapache:trunkfrom
io7m:trunk

Conversation

@io7m
Copy link
Copy Markdown

@io7m io7m commented Apr 13, 2017

The existing code uses SLF4J style logging strings, where the
string "{}" is expected to be formatted according to the given
arguments. Unfortunately, the format string is actually passed directly
to String.format() and therefore needs to use traditional Java style
format strings.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants