aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_s2s/mod_s2s.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-07 16:52:18 +0200
committerKim Alvefur <zash@zash.se>2016-10-07 16:52:18 +0200
commit58686a0f39cea79956b747bd5bb4f091a67b9db9 (patch)
tree9043fbad3e9e1ac74e957347fedc8cca0a635106 /plugins/mod_s2s/mod_s2s.lua
parenta7128214ca97a884f7d191b1fcda5202819515e5 (diff)
parent92730073ce30a57c8a2dd673f239a7430845b2d4 (diff)
downloadprosody-58686a0f39cea79956b747bd5bb4f091a67b9db9.tar.gz
prosody-58686a0f39cea79956b747bd5bb4f091a67b9db9.zip
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_s2s/mod_s2s.lua')
-rw-r--r--plugins/mod_s2s/mod_s2s.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_s2s/mod_s2s.lua b/plugins/mod_s2s/mod_s2s.lua
index c9b6b137..00e816f7 100644
--- a/plugins/mod_s2s/mod_s2s.lua
+++ b/plugins/mod_s2s/mod_s2s.lua
@@ -389,7 +389,7 @@ function stream_callbacks._streamopened(session, attr)
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