From 3791d3daaa5a65ba5d787d46fd4483c1ea4be8f4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 14 Apr 2006 20:19:33 +0000 Subject: forward-port the n_named log severity downgrade. svn:r6385 --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or') diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 77fa04501..a2d70d2c1 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -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); -- cgit v1.2.3