s2smanager: Fix letter case in log message (thanks darkrain)
authorMatthew Wild <mwild1@gmail.com>
Sun, 5 Jun 2011 22:55:16 +0000 (23:55 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sun, 5 Jun 2011 22:55:16 +0000 (23:55 +0100)
core/s2smanager.lua

index f49fae9dc5ed54afb9f0cee325f0cd4ecaff5a21..c87540e4f68aa3aeca021d33bee81e9901662a15 100644 (file)
@@ -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 <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