# HG changeset patch # User Kim Alvefur # Date 1520628666 -3600 # Node ID b23da88b350701a3ef6e2bb7902c07efc02cefa7 # Parent cf10cd3eb728022f2cb0923577f42f3cef4d3206 mod_mam: Remove unmatched closing paren diff -r cf10cd3eb728 -r b23da88b3507 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Thu Mar 08 17:36:36 2018 +0100 +++ b/plugins/mod_mam/mod_mam.lua Fri Mar 09 21:51:06 2018 +0100 @@ -129,7 +129,7 @@ qstart, qend = vstart, vend; end - module:log("debug", "Archive query, id %s with %s from %s until %s)", + module:log("debug", "Archive query, id %s with %s from %s until %s", tostring(qid), qwith or "anyone", qstart and timestamp(qstart) or "the dawn of time", qend and timestamp(qend) or "now");