forward-port the n_named log severity downgrade.

svn:r6385
This commit is contained in:
Roger Dingledine
2006-04-14 20:19:33 +00:00
parent 73c268707b
commit 3791d3daaa
+1 -1
View File
@@ -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);