# HG changeset patch # User Matthew Wild # Date 1261084484 0 # Node ID c5faafa89f50515c7f19898853eff15f1baca3a7 # Parent 31297a5641e395aac76d724dbebe635aef4e7d41 s2smanager: Whitespace diff -r 31297a5641e3 -r c5faafa89f50 core/s2smanager.lua --- a/core/s2smanager.lua Thu Dec 17 20:30:41 2009 +0000 +++ b/core/s2smanager.lua Thu Dec 17 21:14:44 2009 +0000 @@ -352,7 +352,6 @@ 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