core/stanza_router.lua
changeset 10108 3965081809ba
parent 9530 ced174f29d9a
child 10249 88efdfb0a126
--- a/core/stanza_router.lua	Tue Jul 30 02:14:50 2019 +0200
+++ b/core/stanza_router.lua	Tue Jul 30 02:18:59 2019 +0200
@@ -199,7 +199,7 @@
 	else
 		local host_session = hosts[from_host];
 		if not host_session then
-			log("error", "No hosts[from_host] (please report): %s", tostring(stanza));
+			log("error", "No hosts[from_host] (please report): %s", stanza);
 		else
 			local xmlns = stanza.attr.xmlns;
 			stanza.attr.xmlns = nil;