diff -r ba4711c4e8d2 -r 211c2e04c82b core/s2smanager.lua --- a/core/s2smanager.lua Sat Nov 08 20:42:23 2008 +0000 +++ b/core/s2smanager.lua Sat Nov 08 20:44:32 2008 +0000 @@ -40,7 +40,7 @@ else log("debug", "going to send stanza to "..to_host.." from "..from_host); -- FIXME - if hosts[to_host].from_host ~= from_host then log("error", "WARNING! This is a bug!!!!"); end + if hosts[to_host].from_host ~= from_host then log("error", "WARNING! This might, possibly, be a bug, but it might not..."); end hosts[to_host].sends2s(data); log("debug", "stanza sent over "..hosts[to_host].type); end