mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_s2s: Reduce logging (#776)
This commit is contained in:
parent
59716b64dd
commit
f86af44208
1 changed files with 0 additions and 2 deletions
|
@ -129,14 +129,12 @@ function route_to_existing_session(event)
|
||||||
log("error", "Stanza: %s", tostring(stanza));
|
log("error", "Stanza: %s", tostring(stanza));
|
||||||
return false;
|
return false;
|
||||||
else
|
else
|
||||||
(host.log or log)("debug", "going to send stanza to "..to_host.." from "..from_host);
|
|
||||||
-- FIXME
|
-- FIXME
|
||||||
if host.from_host ~= from_host then
|
if host.from_host ~= from_host then
|
||||||
log("error", "WARNING! This might, possibly, be a bug, but it might not...");
|
log("error", "WARNING! This might, possibly, be a bug, but it might not...");
|
||||||
log("error", "We are going to send from %s instead of %s", host.from_host, from_host);
|
log("error", "We are going to send from %s instead of %s", host.from_host, from_host);
|
||||||
end
|
end
|
||||||
if host.sends2s(stanza) then
|
if host.sends2s(stanza) then
|
||||||
host.log("debug", "stanza sent over %s", host.type);
|
|
||||||
return true;
|
return true;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue