felix icon indicating copy to clipboard operation
felix copied to clipboard

Use correct type of format strings when logging

Open io7m opened this issue 8 years ago • 1 comments

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.

io7m avatar Apr 13 '17 10:04 io7m

R: @jbonofre

jbonofre avatar May 31 '17 16:05 jbonofre