mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
If a command is already defined: log as Debug, not as Warning.
SVN Revision: 2362
This commit is contained in:
parent
5413c72ed5
commit
d49fe6e60d
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user