mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Flip a misplaced not
svn:r5593
This commit is contained in:
+1
-1
@@ -3338,7 +3338,7 @@ router_have_minimum_dir_info(void)
|
||||
log(LOG_NOTICE, LD_DIR,
|
||||
"We now have enough directory information to build circuits.");
|
||||
}
|
||||
if (!res && !have_enough) {
|
||||
if (!res && have_enough) {
|
||||
log(LOG_NOTICE, LD_DIR, "Our directory information is no longer up-to-date "
|
||||
"enough to build circuits.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user