# HG changeset patch # User Kim Alvefur # Date 1564445939 -7200 # Node ID 3965081809bae7dd67512581b3aaae92cb1af094 # Parent 18cab054364aac57326c64f7bab1910915680760 core.stanza_router: Remove tostring call from logging Taken care of by loggingmanager now diff -r 18cab054364a -r 3965081809ba core/stanza_router.lua --- 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;