mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +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
|
@ -849,7 +849,7 @@ check_password_hash(User, Host, PasswordHash, HashMethod) ->
|
|||
{A, _} when is_tuple(A) -> scrammed;
|
||||
{_, true} -> get_hash(AccountPass, HashMethod);
|
||||
{_, false} ->
|
||||
?ERROR_MSG("check_password_hash called "
|
||||
?ERROR_MSG("Check_password_hash called "
|
||||
"with hash method: ~p", [HashMethod]),
|
||||
undefined
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue