Skip to content

Commit

Permalink
Messed up when refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Nov 13, 2020
1 parent 422ce5e commit 6766af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/LoggerRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public ConsoleHandlerWithMaxLevel() {
@Override
public void publish(LogRecord record) {
if (record.getLevel().intValue() < initialLevel.intValue()) {
this.publish(record);
super.publish(record);
}
}
}
Expand Down

0 comments on commit 6766af8

Please sign in to comment.