mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
make it even more clear that i didn't screw up the logic
svn:r5378
This commit is contained in:
parent
53269f696d
commit
fe7b07754f
1 changed files with 2 additions and 2 deletions
|
@ -2524,8 +2524,8 @@ routers_update_all_from_networkstatus(void)
|
|||
n_recent-n_valid, n_recent);
|
||||
have_warned_about_unverified_status = 1;
|
||||
} else if (!n_named) { // (n_named <= n_recent/2) {
|
||||
warn(LD_GENERAL, "%d/%d recent directory servers recognize this server. Please consider sending your identity fingerprint to the tor-ops.",
|
||||
n_recent-n_named, n_recent);
|
||||
warn(LD_GENERAL, "0/%d recent directory servers recognize this server. Please consider sending your identity fingerprint to the tor-ops.",
|
||||
n_recent);
|
||||
have_warned_about_unverified_status = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue