Diff

plugins/mod_s2s/mod_s2s.lua @ 6474:ee13d7dfa988

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 14 Oct 2014 10:59:54 +0100
parent 6473:7c8f58d2b331
child 6602:61b6a4fc65f1
child 6607:64e6b88b6b21
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua	Wed Oct 08 18:47:01 2014 -0400
+++ b/plugins/mod_s2s/mod_s2s.lua	Tue Oct 14 10:59:54 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)