summaryrefslogtreecommitdiff
path: root/src/mod_blocking.erl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-23 15:17:20 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-23 15:17:20 +0300
commit5770946f03ba669ea867b787fbd546333a8a3814 (patch)
tree73a03717ac5d4c31e12b92c1aba3b407f3c5329c /src/mod_blocking.erl
parentFix unicode formatting in ACME module (diff)
Correctly handle unicode in log messages
Diffstat (limited to 'src/mod_blocking.erl')
-rw-r--r--src/mod_blocking.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_blocking.erl b/src/mod_blocking.erl
index 64687bb3..3ddb10a6 100644
--- a/src/mod_blocking.erl
+++ b/src/mod_blocking.erl
@@ -166,7 +166,7 @@ process_block(#iq{from = From} = IQ, LJIDs) ->
broadcast_event(From, #block{items = Items}),
xmpp:make_iq_result(IQ);
{error, notfound} ->
- ?ERROR_MSG("Failed to set default list '~s': "
+ ?ERROR_MSG("Failed to set default list '~ts': "
"the list should exist, but not found",
[Name]),
err_db_failure(IQ);