mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.11
authorMatthew Wild <mwild1@gmail.com>
Tue, 27 Sep 2016 22:01:46 +0100
changeset 7680 8613086779fa
parent 7679 7311dc843718
child 7681 99abf5a5d8d3
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues
plugins/mod_s2s/mod_s2s.lua
--- a/plugins/mod_s2s/mod_s2s.lua	Tue Sep 27 22:01:13 2016 +0100
+++ b/plugins/mod_s2s/mod_s2s.lua	Tue Sep 27 22:01:46 2016 +0100
@@ -365,7 +365,7 @@
 	elseif session.direction == "outgoing" then
 		session.notopen = nil;
 		if not attr.id then
-			log("error", "Stream response did not give us a stream id!");
+			log("warn", "Stream response did not give us a stream id!");
 			session:close({ condition = "undefined-condition", text = "Missing stream ID" });
 			return;
 		end