mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_smacks: Include reason for destroying session on hibernation timeout
To aid in debugging
This commit is contained in:
parent
725bb0cb15
commit
283042d7c3
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ module:hook("pre-resource-unbind", function (event)
|
|||
h = session.handled_stanza_count,
|
||||
});
|
||||
session.resumption_token = nil;
|
||||
sessionmanager.destroy_session(session);
|
||||
sessionmanager.destroy_session(session, "Hibernating too long");
|
||||
else
|
||||
session.log("debug", "Session resumed before hibernation timeout, all is well")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue