Changeset

4593:470f502f02a3

Merge with Maranda
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Mar 2012 00:18:16 +0000
parents 4591:75b3d0c301d0 (diff) 4592:0a9528b178fd (current diff)
children 4596:87a5b7f39100
files plugins/s2s/mod_s2s.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/s2s/mod_s2s.lua	Mon Mar 05 16:39:50 2012 +0000
+++ b/plugins/s2s/mod_s2s.lua	Thu Mar 08 00:18:16 2012 +0000
@@ -196,7 +196,7 @@
 		end
 		
 		session.streamid = uuid_gen();
-		(session.log or log)("debug", "Incoming s2s received <stream:stream>");
+		(session.log or log)("debug", "Incoming s2s received %s", st.stanza("stream:stream", attr):top_tag());
 		if session.to_host then
 			if not hosts[session.to_host] then
 				-- Attempting to connect to a host we don't serve