1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

Lower log level for some messages

This commit is contained in:
Evgeniy Khramtsov 2017-04-15 15:47:00 +03:00
parent 4c5f97bb9a
commit 41fe062a8d
16 changed files with 17 additions and 17 deletions

View file

@ -153,7 +153,7 @@ code_change(_OldVsn, State, _Extra) ->
%%% Internal functions
%%%===================================================================
clean_table() ->
?INFO_MSG("Cleaning Redis route entries...", []),
?DEBUG("Cleaning Redis route entries...", []),
lists:foreach(
fun(#route{domain = Domain, pid = Pid}) when node(Pid) == node() ->
unregister_route(Domain, undefined, Pid);