r16407@catbus: nickm | 2007-11-05 10:02:22 -0500

Add a log message when we start retrieving networkstatus


svn:r12378
This commit is contained in:
Nick Mathewson 2007-11-05 18:15:39 +00:00
parent 446c351393
commit b4a50343d7

View File

@ -1026,6 +1026,7 @@ update_consensus_networkstatus_downloads(time_t now)
} }
} }
log_info(LD_DIR, "Launching networkstatus consensus download.");
directory_get_from_dirserver(DIR_PURPOSE_FETCH_CONSENSUS, directory_get_from_dirserver(DIR_PURPOSE_FETCH_CONSENSUS,
ROUTER_PURPOSE_GENERAL, NULL, 1); ROUTER_PURPOSE_GENERAL, NULL, 1);
} }