mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_push: Fix log message argument
This commit is contained in:
parent
f40c5c304d
commit
d37b2f851d
@ -244,7 +244,7 @@ delete_old_sessions(Days) ->
|
||||
?INFO_MSG("Deleted push sessions older than ~B days", [Days]),
|
||||
ok;
|
||||
[{error, Reason} | _] ->
|
||||
?ERROR_MSG("Error while deleting old push sessions: ~p", [NotOk]),
|
||||
?ERROR_MSG("Error while deleting old push sessions: ~p", [Reason]),
|
||||
Reason
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user