plugins/mod_blocklist.lua
changeset 10115 0f335815244f
parent 10058 0656bd283fa2
child 12779 1dd468c63a3d
child 13491 84fa880bf476
--- a/plugins/mod_blocklist.lua	Tue Jul 30 02:24:06 2019 +0200
+++ b/plugins/mod_blocklist.lua	Tue Jul 30 02:29:36 2019 +0200
@@ -67,7 +67,7 @@
 		if item.type == "jid" and item.action == "deny" then
 			local jid = jid_prep(item.value);
 			if not jid then
-				module:log("warn", "Invalid JID in privacy store for user '%s' not migrated: %s", username, tostring(item.value));
+				module:log("warn", "Invalid JID in privacy store for user '%s' not migrated: %s", username, item.value);
 			else
 				migrated_data[jid] = true;
 			end