Software /
code /
prosody
Diff
core/s2smanager.lua @ 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 |
parent | 4262:fd4d1cf6d63e |
child | 4329:d8b2c97ae6ed |
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