diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-24 21:21:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-24 21:21:38 +0000 |
commit | d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9 (patch) | |
tree | ac8b9aaf6d67eeb9ec370aab65ad20bd10c4cbc0 /src/or/routerlist.c | |
parent | bf1b4df2b60da13aac9317f5758b76ef70de7c68 (diff) | |
download | tor-d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9.tar.gz tor-d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9.zip |
tell the user if we're delaying his newnym request. also, pick
a different set of fenceposts.
svn:r9647
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 1408b77502..ef14d21736 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1911,7 +1911,7 @@ router_add_to_routerlist(routerinfo_t *router, const char **msg, if (!signed_desc_digest_is_recognized(&router->cache_info)) { /* We asked for it, so some networkstatus must have listed it when we - * did. save it in case we're a cache and somebody else asks for it. */ + * did. Save it if we're a cache in case somebody else asks for it. */ log_info(LD_DIR, "Received a no-longer-recognized descriptor for router '%s'", router->nickname); |