Mercurial > prosody-hg
diff plugins/mod_s2s/mod_s2s.lua @ 7679:589e27b47d56
Merge 0.9->0.10
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 28 Sep 2016 14:45:02 +0200 |
| parents | 946871f6e3c8 8613086779fa |
| children | 8d6f367bed8c a8cc495a65dc |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Sat Sep 24 18:31:16 2016 +0200 +++ b/plugins/mod_s2s/mod_s2s.lua Wed Sep 28 14:45:02 2016 +0200 @@ -373,7 +373,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
