mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
forward-port the n_named log severity downgrade.
svn:r6385
This commit is contained in:
+1
-1
@@ -2704,7 +2704,7 @@ routers_update_all_from_networkstatus(void)
|
||||
n_recent-n_valid, n_recent);
|
||||
have_warned_about_invalid_status = 1;
|
||||
} else if (n_naming && !n_named) {
|
||||
log_warn(LD_GENERAL, "0/%d name-binding directory authorities "
|
||||
log_info(LD_GENERAL, "0/%d name-binding directory authorities "
|
||||
"recognize your nickname. Please consider sending your "
|
||||
"nickname and identity fingerprint to the tor-ops.",
|
||||
n_naming);
|
||||
|
||||
Reference in New Issue
Block a user