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:
parent
4c5f97bb9a
commit
41fe062a8d
16 changed files with 17 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
%%%===================================================================
|
||||
init() ->
|
||||
Node = erlang:atom_to_binary(node(), latin1),
|
||||
?INFO_MSG("Cleaning SQL 'bosh' table...", []),
|
||||
?DEBUG("Cleaning SQL 'bosh' table...", []),
|
||||
case ejabberd_sql:sql_query(
|
||||
?MYNAME, ?SQL("delete from bosh where node=%(Node)s")) of
|
||||
{updated, _} ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue