changeset 13887:318a851cb415

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 24 May 2025 15:57:29 +0200
parents 796094635617 (current diff) cbb8dc92daa9 (diff)
children 9c48d555c8a6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_s2s.lua	Fri May 09 00:56:03 2025 +0200
+++ b/plugins/mod_s2s.lua	Sat May 24 15:57:29 2025 +0200
@@ -192,7 +192,7 @@
 
 	-- We have a connection to this host already
 	if host.type == "s2sout_unauthed" and (stanza.name ~= "db:verify" or not host.dialback_key) then
-		(host.log or log)("debug", "trying to send over unauthed s2sout to "..to_host);
+		(host.log or log)("debug", "trying to send over unauthed s2sout to %s", to_host);
 
 		-- Queue stanza until we are able to send it
 		if not host.sendq then