mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix typo in log message
This commit is contained in:
parent
ae135e57d9
commit
ca0e53b3c5
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ enable(Host, U, R, CC)->
|
||||||
case ejabberd_sm:set_user_info(U, Host, R, carboncopy, CC) of
|
case ejabberd_sm:set_user_info(U, Host, R, carboncopy, CC) of
|
||||||
ok -> ok;
|
ok -> ok;
|
||||||
{error, Reason} = Err ->
|
{error, Reason} = Err ->
|
||||||
?ERROR_MSG("Failed to disable carbons for ~s@~s/~s: ~p",
|
?ERROR_MSG("Failed to enable carbons for ~s@~s/~s: ~p",
|
||||||
[U, Host, R, Reason]),
|
[U, Host, R, Reason]),
|
||||||
Err
|
Err
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue