Commit f5794786 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

correct a false log message, since we actually reset all our

downloading stats every hour, and sometimes more often.


svn:r6505
parent 731f4086
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.");
      }
    }
  }