Diff

plugins/mod_s2s/mod_s2s.lua @ 7686:8d6f367bed8c

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 07 Oct 2016 16:52:18 +0200
parent 7666:03aa330562ed
parent 7679:589e27b47d56
child 7868:11fcdef5022f
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua	Sat Oct 01 23:20:58 2016 +0200
+++ b/plugins/mod_s2s/mod_s2s.lua	Fri Oct 07 16:52:18 2016 +0200
@@ -389,7 +389,7 @@
 	elseif session.direction == "outgoing" then
 		session.notopen = nil;
 		if not attr.id then
-			log("error", "Stream response from %s did not give us a stream id!", session.to_host);
+			log("warn", "Stream response did not give us a stream id!");
 			session:close({ condition = "undefined-condition", text = "Missing stream ID" });
 			return;
 		end