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:
Kim Alvefur 2021-09-23 15:25:51 +02:00
parent 584285332d
commit 0a8a04dcb1

View file

@ -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 "");