]> granicus.if.org Git - ejabberd/commitdiff
Improve a diagnostic text
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sat, 11 Nov 2017 06:30:19 +0000 (09:30 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sat, 11 Nov 2017 06:30:19 +0000 (09:30 +0300)
src/mod_muc_room.erl

index 96eb1da84c1b285524b0f2fdea7dfdf0e836a376..20b603945f107712b013b36284ca6334f75f6acf 100644 (file)
@@ -672,7 +672,7 @@ handle_info({iq_reply, #iq{type = Type, sub_els = Els},
        To, From)),
     {next_state, StateName, StateData};
 handle_info({iq_reply, timeout, IQ}, StateName, StateData) ->
-    Txt = <<"iq response timed out">>,
+    Txt = <<"Request has timed out">>,
     Err = xmpp:err_recipient_unavailable(Txt, IQ#iq.lang),
     ejabberd_router:route_error(IQ, Err),
     {next_state, StateName, StateData};