Fix typo in log message

This commit is contained in:
Evgeny Khramtsov 2019-07-24 18:56:44 +03:00
parent ae135e57d9
commit ca0e53b3c5
1 changed files with 1 additions and 1 deletions

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.