Mercurial > prosody-hg
diff plugins/mod_s2s/mod_s2s.lua @ 6473:7c8f58d2b331
Merge 0.9->0.10
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 14 Oct 2014 10:59:27 +0100 |
| parents | e5945fb5b71f 95d93c4f9d40 |
| children | 61b6a4fc65f1 64e6b88b6b21 |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Mon Oct 13 21:02:04 2014 +0200 +++ b/plugins/mod_s2s/mod_s2s.lua Tue Oct 14 10:59:27 2014 +0100 @@ -47,7 +47,7 @@ local function bounce_sendq(session, reason) local sendq = session.sendq; if not sendq then return; end - session.log("info", "sending error replies for "..#sendq.." queued stanzas because of failed outgoing connection to "..tostring(session.to_host)); + session.log("info", "Sending error replies for "..#sendq.." queued stanzas because of failed outgoing connection to "..tostring(session.to_host)); local dummy = { type = "s2sin"; send = function(s)
