mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Added an error log message for this case
This commit is contained in:
parent
396d493b18
commit
11538c72c6
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ function destroy_session(session, err)
|
|||
log("debug", "All resources of %s are now offline", session.username);
|
||||
hosts[session.host].sessions[session.username] = nil;
|
||||
end
|
||||
else
|
||||
log("error", "host or session table didn't exist, please report this! Host: %s [%s] Sessions: %s [%s]",
|
||||
tostring(hosts[session.host]), tostring(session.host),
|
||||
tostring(hosts[session.host].sessions[session.username] ), tostring(session.username));
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue