Changeset

726:68a776711ba9

stanza_router: That'll teach me to not commit at this time of night. Or not.
author Matthew Wild <mwild1@gmail.com>
date Fri, 16 Jan 2009 04:57:23 +0000
parents 725:96110075288b
children 727:78c9542de94e
files core/stanza_router.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/stanza_router.lua	Fri Jan 16 04:37:16 2009 +0000
+++ b/core/stanza_router.lua	Fri Jan 16 04:57:23 2009 +0000
@@ -56,7 +56,7 @@
 end
 
 function core_process_stanza(origin, stanza)
-	(origin.log or log)("debug", "Received[%s]: %s", origin.type, top_tag())
+	(origin.log or log)("debug", "Received[%s]: %s", origin.type, stanza:top_tag())
 
 	if not stanza.attr.xmlns then stanza.attr.xmlns = "jabber:client"; end -- FIXME Hack. This should be removed when we fix namespace handling.
 	-- TODO verify validity of stanza (as well as JID validity)