diff --git a/src/ejabberd_commands.erl b/src/ejabberd_commands.erl index 3a94712fe..adfd12552 100644 --- a/src/ejabberd_commands.erl +++ b/src/ejabberd_commands.erl @@ -238,7 +238,7 @@ register_commands(Commands) -> true -> ok; false -> - ?WARNING_MSG("This command is already defined:~n~p", [Command]) + ?DEBUG("This command is already defined:~n~p", [Command]) end end, Commands).