mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
s2smanager: Remove logging of (unknown) in a case where from_host and to_host should always be set
This commit is contained in:
parent
e89b006f03
commit
249829afcb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function make_authenticated(session, host)
|
|||
else
|
||||
return false;
|
||||
end
|
||||
session.log("debug", "connection %s->%s is now authenticated for %s", session.from_host or "(unknown)", session.to_host or "(unknown)", host);
|
||||
session.log("debug", "connection %s->%s is now authenticated for %s", session.from_host, session.to_host, host);
|
||||
|
||||
mark_connected(session);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue