mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
ejabberd_sm: Fix typo in debug message
This commit is contained in:
parent
4b4c039fde
commit
89f81c89da
@ -576,7 +576,7 @@ do_route(Packet) ->
|
|||||||
T == headline; T == groupchat ->
|
T == headline; T == groupchat ->
|
||||||
route_message(Packet);
|
route_message(Packet);
|
||||||
#presence{} ->
|
#presence{} ->
|
||||||
?DEBUG("dropping presence to unavalable resource:~n~s",
|
?DEBUG("dropping presence to unavailable resource:~n~s",
|
||||||
[xmpp:pp(Packet)]);
|
[xmpp:pp(Packet)]);
|
||||||
_ ->
|
_ ->
|
||||||
Lang = xmpp:get_lang(Packet),
|
Lang = xmpp:get_lang(Packet),
|
||||||
|
Loading…
Reference in New Issue
Block a user