Software /
code /
prosody
Changeset
8580:b23da88b3507
mod_mam: Remove unmatched closing paren
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 09 Mar 2018 21:51:06 +0100 |
parents | 8578:cf10cd3eb728 |
children | 8581:f7c397935872 8590:4b5a00fffb22 |
files | plugins/mod_mam/mod_mam.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");