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
|
@ -286,7 +286,7 @@ check_auth(#sip{method = Method, hdrs = Hdrs, body = Body}, AuthHdr, _SIPSock) -
|
|||
Password when is_binary(Password) ->
|
||||
esip:check_auth(Auth, Method, Body, Password);
|
||||
_ScramedPassword ->
|
||||
?ERROR_MSG("unable to authenticate ~s@~s against SCRAM'ed "
|
||||
?ERROR_MSG("Unable to authenticate ~s@~s against SCRAM'ed "
|
||||
"password", [LUser, LServer]),
|
||||
false
|
||||
end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue