aboutsummaryrefslogtreecommitdiff
path: root/src/mod_multicast.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_multicast.erl')
-rw-r--r--src/mod_multicast.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_multicast.erl b/src/mod_multicast.erl
index f55d21959..a6918fe23 100644
--- a/src/mod_multicast.erl
+++ b/src/mod_multicast.erl
@@ -495,7 +495,7 @@ report_not_jid(From, Packet, Dests) ->
|| Dest <- Dests],
[route_error(
xmpp:set_from_to(Packet, From, From), jid_malformed,
- str:format(?T("This service can not process the address: ~ts"), [D]))
+ str:format(?T("This service can not process the address: ~s"), [D]))
|| D <- Dests2].
%%%-------------------------