mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_muc_mam: Fix copypaste mistake in debug logging
This line was copied from mod_mam, where `origin.username` made sense, less so here.
This commit is contained in:
parent
584285332d
commit
0a8a04dcb1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ module:hook("iq-set/bare/"..xmlns_mam..":query", function(event)
|
|||
end
|
||||
|
||||
module:log("debug", "Archive query by %s id=%s when=%s...%s",
|
||||
origin.username,
|
||||
from,
|
||||
qid or stanza.attr.id,
|
||||
qstart and timestamp(qstart) or "",
|
||||
qend and timestamp(qend) or "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue