mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
mod_push_mnesia: Fix typo in error message
This commit is contained in:
parent
5882c9b456
commit
692ccd2e20
@ -162,7 +162,7 @@ delete_session(LUser, LServer, TS) ->
|
||||
{atomic, ok} ->
|
||||
ok;
|
||||
{aborted, E} ->
|
||||
?ERROR_MSG("Cannot delete push seesion of ~s@~s: ~p",
|
||||
?ERROR_MSG("Cannot delete push session of ~s@~s: ~p",
|
||||
[LUser, LServer, E]),
|
||||
error
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user