# HG changeset patch # User Matthew Wild # Date 1246195042 -3600 # Node ID 064cb5328ac58ff522b4eba09fbb0e1296792dcb # Parent 7a073b0a8f6af53166e6ab4fa3b0964dded377e6# Parent b5d4db71ef1ac37e21ad090c9e35323fca00144d Merge with nolan diff -r 7a073b0a8f6a -r 064cb5328ac5 core/componentmanager.lua --- a/core/componentmanager.lua Sun Jun 28 14:17:07 2009 +0100 +++ b/core/componentmanager.lua Sun Jun 28 14:17:22 2009 +0100 @@ -75,7 +75,7 @@ log("debug", "%s stanza being handled by component: %s", stanza.name, host); component(origin, stanza, hosts[host]); else - log("error", "Component manager recieved a stanza for a non-existing component: " .. stanza.attr.to); + log("error", "Component manager recieved a stanza for a non-existing component: " .. (stanza.attr.to or stanza)); end end