mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
core.stanza_router: Remove tostring call from logging
Taken care of by loggingmanager now
This commit is contained in:
parent
7bce7c9fbe
commit
d7770bba84
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function core_route_stanza(origin, stanza)
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue