Skip to content
Snippets Groups Projects
Commit fe7b0775 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

make it even more clear that i didn't screw up the logic

svn:r5378
parent 53269f69
No related branches found
Tags tor-0.1.1.9-alpha
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment