changeset 4018:f27becd421bd

mod_cache_c2s_caps: also log full JID for caps
author Georg Lukas <georg@op-co.de>
date Tue, 12 May 2020 14:14:51 +0200
parents 015452258952
children 221b6bee26e2
files mod_cache_c2s_caps/mod_cache_c2s_caps.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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