s2smanager: Whitespace
[prosody.git] / core / stanza_router.lua
index ad312b850ef16d4dbe2ae7e70c5ba2b92fd9c6b2..ceacdf6f2878aad0811172173805295b8c9ebffe 100644 (file)
@@ -191,6 +191,6 @@ function core_route_stanza(origin, stanza)
                log("debug", "Routing outgoing stanza for %s to %s", from_host, host);
                send_s2s(from_host, host, stanza);
        else
-               log("warn", "received stanza from unhandled connection type: %s", origin.type);
+               log("warn", "received %s stanza from unhandled connection type: %s", tostring(stanza.name), tostring(origin.type));
        end
 end