mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_smacks: Log error to silence luacheck
This commit is contained in:
parent
f017e61543
commit
64c385c9f7
1 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,8 @@ function handle_enable(session, stanza, xmlns_sm)
|
|||
keep[token] = info;
|
||||
end
|
||||
all_old_sessions:set(session.username, keep);
|
||||
elseif err then
|
||||
module:log("error", "Unable to retrieve old resumption counters: %s", err);
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue