mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
If a command is already defined: log as Debug, not as Warning.
SVN Revision: 2363
This commit is contained in:
parent
b49a15efeb
commit
f3db058fef
@ -238,7 +238,7 @@ register_commands(Commands) ->
|
|||||||
true ->
|
true ->
|
||||||
ok;
|
ok;
|
||||||
false ->
|
false ->
|
||||||
?WARNING_MSG("This command is already defined:~n~p", [Command])
|
?DEBUG("This command is already defined:~n~p", [Command])
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
Commands).
|
Commands).
|
||||||
|
Loading…
Reference in New Issue
Block a user