From cc5269517df6d8643437875bb49baec4bd3e6f87 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 5 Jun 2011 23:55:16 +0100 Subject: s2smanager: Fix letter case in log message (thanks darkrain) --- core/s2smanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index f49fae9d..c87540e4 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -440,7 +440,7 @@ function streamopened(session, attr) session.from_host = attr.from and nameprep(attr.from); session.streamid = uuid_gen(); - (session.log or log)("debug", "incoming s2s received "); + (session.log or log)("debug", "Incoming s2s received "); if session.to_host then if not hosts[session.to_host] then -- Attempting to connect to a host we don't serve -- cgit v1.2.3