mod_cache_c2s_caps: also log full JID for caps
authorGeorg Lukas <georg@op-co.de>
Tue, 12 May 2020 14:14:51 +0200
changeset 4022 f27becd421bd
parent 4021 015452258952
child 4023 221b6bee26e2
mod_cache_c2s_caps: also log full JID for caps
mod_cache_c2s_caps/mod_cache_c2s_caps.lua
--- a/mod_cache_c2s_caps/mod_cache_c2s_caps.lua	Tue May 12 12:31:51 2020 +0100
+++ b/mod_cache_c2s_caps/mod_cache_c2s_caps.lua	Tue May 12 14:14:51 2020 +0200
@@ -89,7 +89,7 @@
 		return;
 	end
 
-	origin.log("debug", "Received presence with SHA-1 caps %s, querying disco#info", node_query);
+	origin.log("debug", "Received presence from %s with SHA-1 caps %s, querying disco#info", from, node_query);
 
 	local id = uuid_gen();
 	iq_node_map[from..id] = node_query