mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_csi_simple: Change debug message of client-triggered flush for coherence
It now matches other the other source of flush reason logging.
This commit is contained in:
parent
e1a3982654
commit
4053cca7dc
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ local function manage_buffer(stanza, session)
|
|||
end
|
||||
|
||||
local function flush_buffer(data, session)
|
||||
session.log("debug", "Client sent something, flushing buffer once (queue size is %d)", session.csi_counter);
|
||||
session.log("debug", "Flushing buffer (%s; queue size is %d)", "client activity", session.csi_counter);
|
||||
session.conn:resume_writes();
|
||||
return data;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue