Update initialized log call (SLF4J Compatibility)
This commit is contained in:
parent
147455cedd
commit
a8c4633ae5
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,6 @@ public class Slf4jCompatibilitySubsystem implements SubsystemMainClass {
|
||||||
}
|
}
|
||||||
|
|
||||||
LoggerFactory.getLogger(CompatibilityLogger.class).debug("If you see this then the SLF4J Compatibility Subsystem is working!");
|
LoggerFactory.getLogger(CompatibilityLogger.class).debug("If you see this then the SLF4J Compatibility Subsystem is working!");
|
||||||
logger.verb("Initialized subsystem");
|
logger.info("Initialized subsystem");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue