mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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),
|
||||
ejabberd_router:route(To, From, Err)
|
||||
end;
|
||||
_ -> ?DEBUG("packet droped~n", [])
|
||||
_ -> ?DEBUG("packet dropped~n", [])
|
||||
end;
|
||||
Ss ->
|
||||
Session = lists:max(Ss),
|
||||
|
Loading…
Reference in New Issue
Block a user