Diff

plugins/mod_mam/mod_mam.lua @ 8580:b23da88b3507

mod_mam: Remove unmatched closing paren
author Kim Alvefur <zash@zash.se>
date Fri, 09 Mar 2018 21:51:06 +0100
parent 8577:75d5eee6fcdf
child 8904:faca839ddbbb
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");