24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Fix typo in log message

This commit is contained in:
Evgeny Khramtsov 2019-07-24 18:56:44 +03:00
parent ae135e57d9
commit ca0e53b3c5

View File

@ -245,7 +245,7 @@ enable(Host, U, R, CC)->
case ejabberd_sm:set_user_info(U, Host, R, carboncopy, CC) of
ok -> ok;
{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]),
Err
end.