Skip to content

Commit

Permalink
SLF4j-466: add missing marker in one of the warn methods
Browse files Browse the repository at this point in the history
  • Loading branch information
delgurth authored and ceki committed Aug 10, 2021
1 parent 1cd31dc commit 50eec4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -224,7 +224,7 @@ public void warn(Marker marker, String msg) {
}

public void warn(Marker marker, String format, Object arg) {
recordEvent(Level.WARN, format, new Object[] { arg }, null);
recordEvent(Level.WARN, marker, format, new Object[] { arg }, null);
}

public void warn(Marker marker, String format, Object arg1, Object arg2) {
Expand Down

0 comments on commit 50eec4a

Please sign in to comment.