Skip to content

Commit

Permalink
change a log from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hbeau committed May 12, 2019
1 parent bacd988 commit 8c8ebf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected List<Player> getGroup(Player player) throws CommandException {
}
} else if (Sponge.getPluginManager().isLoaded("nt-rpg")) {
try {
EpicBoundaries.getLogger().info("nt-rpg loaded, check for group members [{}] ",
EpicBoundaries.getLogger().debug("nt-rpg loaded, check for group members [{}] ",
getGroupMember(player));
players.addAll(getGroupMember(player));
} catch (NoClassDefFoundError e) {
Expand Down

0 comments on commit 8c8ebf7

Please sign in to comment.