mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +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
|
@ -139,7 +139,7 @@ handle_cast(_Msg, State) ->
|
|||
{noreply, State}.
|
||||
|
||||
handle_info(Info, State) ->
|
||||
?ERROR_MSG("unexpected info: ~p", [Info]),
|
||||
?ERROR_MSG("Unexpected info: ~p", [Info]),
|
||||
{noreply, State}.
|
||||
|
||||
terminate(_Reason, _State) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue