mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix typo in debug message
This commit is contained in:
parent
ed502673f4
commit
7fd7e53e4a
@ -604,7 +604,7 @@ do_route(From, To, #xmlel{} = Packet) ->
|
|||||||
?ERR_SERVICE_UNAVAILABLE),
|
?ERR_SERVICE_UNAVAILABLE),
|
||||||
ejabberd_router:route(To, From, Err)
|
ejabberd_router:route(To, From, Err)
|
||||||
end;
|
end;
|
||||||
_ -> ?DEBUG("packet droped~n", [])
|
_ -> ?DEBUG("packet dropped~n", [])
|
||||||
end;
|
end;
|
||||||
Ss ->
|
Ss ->
|
||||||
Session = lists:max(Ss),
|
Session = lists:max(Ss),
|
||||||
|
Loading…
Reference in New Issue
Block a user