mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Quiet the "Exitrouter '%s' seems to be more restrictive than its exit
policy. Not using this router as exit for now." message, since it legitimately appears every so often and there's no need to alarm users. svn:r13677
This commit is contained in:
parent
e68760ac0f
commit
5ec5a747d7
@ -759,7 +759,7 @@ connection_edge_process_end_not_open(
|
||||
(rh->length < 5 ||
|
||||
(tor_inet_aton(conn->socks_request->address, &in) &&
|
||||
!conn->chosen_exit_name))) {
|
||||
log_notice(LD_APP,
|
||||
log_info(LD_APP,
|
||||
"Exitrouter '%s' seems to be more restrictive than its exit "
|
||||
"policy. Not using this router as exit for now.",
|
||||
exitrouter->nickname);
|
||||
|
Loading…
Reference in New Issue
Block a user