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 committed Aug 12, 2019
1 parent fe440ce commit b99ad9f
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 b99ad9f

Please sign in to comment.