Skip to content

Commit ebe71d9

Browse files
authored
move to right level
1 parent 26b851c commit ebe71d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/codemodder-base/src/main/java/io/codemodder/CodemodCheckingAbstractModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ protected CodemodCheckingAbstractModule(final List<Class<? extends CodeChanger>>
2121
@Override
2222
protected final void configure() {
2323
if (shouldActivate) {
24-
log.info("Configuring module {}", this.getClass().getSimpleName());
24+
log.debug("Configuring module {}", this.getClass().getSimpleName());
2525
doConfigure();
26-
log.info("Done configuration {}", this.getClass().getSimpleName());
26+
log.debug("Done configuration {}", this.getClass().getSimpleName());
2727
}
2828
}
2929

0 commit comments

Comments
 (0)