mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 02:29:34 +02:00
Make logging messages more consistent
This commit is contained in:
parent
370226417a
commit
a3e0cbbdd8
76 changed files with 231 additions and 232 deletions
|
@ -431,7 +431,7 @@ clean_tables(ServerHost) ->
|
|||
{updated, _} ->
|
||||
ok;
|
||||
Err1 ->
|
||||
?ERROR_MSG("failed to clean 'muc_online_room' table: ~p", [Err1]),
|
||||
?ERROR_MSG("Failed to clean 'muc_online_room' table: ~p", [Err1]),
|
||||
Err1
|
||||
end,
|
||||
?DEBUG("Cleaning SQL muc_online_users table...", []),
|
||||
|
@ -441,6 +441,6 @@ clean_tables(ServerHost) ->
|
|||
{updated, _} ->
|
||||
ok;
|
||||
Err2 ->
|
||||
?ERROR_MSG("failed to clean 'muc_online_users' table: ~p", [Err2]),
|
||||
?ERROR_MSG("Failed to clean 'muc_online_users' table: ~p", [Err2]),
|
||||
Err2
|
||||
end.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue