aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-12-17 21:14:44 +0000
committerMatthew Wild <mwild1@gmail.com>2009-12-17 21:14:44 +0000
commit8f271c3a7e8dc058cb3567012549a86daadfee2e (patch)
tree583f391de81d4ddc7aab6647e9fd29c21e1eb93c
parent894d94669187e906df97ad01473d2cb7041b97ae (diff)
downloadprosody-8f271c3a7e8dc058cb3567012549a86daadfee2e.tar.gz
prosody-8f271c3a7e8dc058cb3567012549a86daadfee2e.zip
s2smanager: Whitespace
-rw-r--r--core/s2smanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index d60c20a1..2ea645fb 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -352,7 +352,6 @@ function streamopened(session, attr)
end
if session.version >= 1.0 and not (attr.to and attr.from) then
-
(session.log or log)("warn", "Remote of stream "..(session.from_host or "(unknown)").."->"..(session.to_host or "(unknown)")
.." failed to specify to (%s) and/or from (%s) hostname as per RFC", tostring(attr.to), tostring(attr.from));
end