Mercurial > prosody-modules
diff mod_cache_c2s_caps/mod_cache_c2s_caps.lua @ 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 | 820c891a54cc |
children | 8fc16174fec6 |
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