mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
downgrade warning to info
svn:r4967
This commit is contained in:
+1
-1
@@ -1209,7 +1209,7 @@ dirserv_get_networkstatus_v2(smartlist_t *result,
|
||||
if (cached) {
|
||||
smartlist_add(result, cached);
|
||||
} else {
|
||||
log_fn(LOG_WARN, "Don't know about any network status with fingerprint '%s'", cp);
|
||||
log_fn(LOG_INFO, "Don't know about any network status with fingerprint '%s'", cp);
|
||||
}
|
||||
tor_free(cp);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user