mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_c2s: Move another log message to debug level
This commit is contained in:
parent
938d568ac4
commit
0c39eb02b9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ local function session_close(session, reason)
|
|||
function session.send() return false; end
|
||||
|
||||
local reason = (reason and (reason.name or reason.text or reason.condition)) or reason;
|
||||
session.log("info", "c2s stream for %s closed: %s", session.full_jid or ("<"..session.ip..">"), reason or "session closed");
|
||||
session.log("debug", "c2s stream for %s closed: %s", session.full_jid or ("<"..session.ip..">"), reason or "session closed");
|
||||
|
||||
-- Authenticated incoming stream may still be sending us stanzas, so wait for </stream:stream> from remote
|
||||
local conn = session.conn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue