mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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 ->
|
||||
route_message(Packet);
|
||||
#presence{} ->
|
||||
?DEBUG("dropping presence to unavalable resource:~n~s",
|
||||
?DEBUG("dropping presence to unavailable resource:~n~s",
|
||||
[xmpp:pp(Packet)]);
|
||||
_ ->
|
||||
Lang = xmpp:get_lang(Packet),
|
||||
|
Loading…
Reference in New Issue
Block a user