Software /
code /
prosody
Diff
plugins/mod_s2s/mod_s2s.lua @ 7278:1891854b25ac
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Mar 2016 14:20:37 +0100 |
parent | 7102:250016f5eb7e |
parent | 7277:7be7108cb6ed |
child | 7359:a5a080c12c96 |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Fri Mar 11 20:35:26 2016 +0100 +++ b/plugins/mod_s2s/mod_s2s.lua Mon Mar 14 14:20:37 2016 +0100 @@ -366,7 +366,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("error", "Stream response from %s did not give us a stream id!", session.to_host); session:close({ condition = "undefined-condition", text = "Missing stream ID" }); return; end