aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-06-05 23:55:16 +0100
committerMatthew Wild <mwild1@gmail.com>2011-06-05 23:55:16 +0100
commitcc5269517df6d8643437875bb49baec4bd3e6f87 (patch)
treec454461d97b3eb998a8df8ba5dc9ced6ef733980 /core/s2smanager.lua
parent8b41860d443cb1c27accd9f3081a76cd0fd3f9cd (diff)
downloadprosody-cc5269517df6d8643437875bb49baec4bd3e6f87.tar.gz
prosody-cc5269517df6d8643437875bb49baec4bd3e6f87.zip
s2smanager: Fix letter case in log message (thanks darkrain)
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r--core/s2smanager.lua2
1 files changed, 1 insertions, 1 deletions
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 <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