Changeset

4307:332fc256c76e

s2smanager: Fix letter case in log message (thanks darkrain)
author Matthew Wild <mwild1@gmail.com>
date Sun, 05 Jun 2011 23:55:16 +0100
parents 4306:a101c59772e7
children 4316:2478698bdc52
files core/s2smanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/s2smanager.lua	Sun Jun 05 01:54:06 2011 +0100
+++ b/core/s2smanager.lua	Sun Jun 05 23:55:16 2011 +0100
@@ -440,7 +440,7 @@
 		session.from_host = attr.from and nameprep(attr.from);
 	
 		session.streamid = uuid_gen();
-		(session.log or log)("debug", "incoming s2s received <stream:stream>");
+		(session.log or log)("debug", "Incoming s2s received <stream:stream>");
 		if session.to_host then
 			if not hosts[session.to_host] then
 				-- Attempting to connect to a host we don't serve