diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-14 20:19:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-14 20:19:33 +0000 |
commit | 3791d3daaa5a65ba5d787d46fd4483c1ea4be8f4 (patch) | |
tree | ddbfe61f274b9f8fb25899d017c8278dad2c46fc /src/or/routerlist.c | |
parent | 73c268707bc32b91e3cb72d5b420e6470278ea7a (diff) | |
download | tor-3791d3daaa5a65ba5d787d46fd4483c1ea4be8f4.tar tor-3791d3daaa5a65ba5d787d46fd4483c1ea4be8f4.tar.gz |
forward-port the n_named log severity downgrade.
svn:r6385
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |