mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
shorten more of the startup log messages
svn:r5368
This commit is contained in:
+2
-2
@@ -547,12 +547,12 @@ directory_info_has_arrived(time_t now, int from_cache)
|
||||
or_options_t *options = get_options();
|
||||
|
||||
if (!router_have_minimum_dir_info()) {
|
||||
notice(LD_DIR, "I learned some more directory information, but not enough to build a circuit.");
|
||||
log(LOG_NOTICE, LD_DIR, "I learned some more directory information, but not enough to build a circuit.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!has_fetched_directory) {
|
||||
notice(LD_DIR, "We have enough directory information to build circuits.");
|
||||
log(LOG_NOTICE, LD_DIR, "We have enough directory information to build circuits.");
|
||||
}
|
||||
|
||||
has_fetched_directory=1;
|
||||
|
||||
Reference in New Issue
Block a user