diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-15 09:57:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-15 09:57:58 +0000 |
commit | fe7b07754f5c52bc18e648edf32cc8672e1e0aa3 (patch) | |
tree | af801d268d83fa7932e8312fab61f775c76c0694 | |
parent | 53269f696dbac7177e1755c52259eaa952d2b85a (diff) | |
download | tor-0.1.1.9-alpha.tar.gz tor-0.1.1.9-alpha.zip |
make it even more clear that i didn't screw up the logictor-0.1.1.9-alpha
svn:r5378
-rw-r--r-- | src/or/routerlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 3fe7411d12..10e22fd997 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -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; } } |