fix position of Logging in InteractionRegistry
This commit is contained in:
parent
3d19fae6b8
commit
76ab779ab2
@ -34,8 +34,8 @@ public class InteractionRegistry {
|
||||
this.interactionMethods.add(iMethod);
|
||||
logger.debug("Added {} method from {}", iMethod.getMethod().getName(), interactionHandler.getClass().getSimpleName());
|
||||
}
|
||||
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
|
||||
}
|
||||
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
|
||||
}
|
||||
|
||||
public void registerCommands() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user