diff options
-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 38c8c14ac..2b22a0f9e 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3463,8 +3463,8 @@ update_router_descriptor_client_downloads(time_t now) (int)(now-last_routerdesc_download_attempted)); } else { log_info(LD_DIR, - "There are not many downloadable routerdescs, but we've " - "never downloaded descriptors before. Downloading."); + "There are not many downloadable routerdescs, but we haven't " + "tried downloading descriptors recently. Downloading."); } } } |