mod_audit/mod_audit.lua
changeset 5718 c77010f25b14
parent 5715 c782f220b3ee
child 5735 1bdc6b5979ee
--- a/mod_audit/mod_audit.lua	Mon Nov 13 17:23:49 2023 +0100
+++ b/mod_audit/mod_audit.lua	Tue Nov 14 16:01:33 2023 +0100
@@ -177,7 +177,7 @@
 		value_params = { "limit" };
 	 });
 
-	for k, v in pairs(arg) do print("U", k, v) end
+	module:log("debug", "arg = %q", arg);
 	local query_user, host = jid.prepped_split(arg[1]);
 
 	if arg.prune then