[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 2/3] Demote warn to info, since it can happen.
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
Date: Wed, 3 Mar 2010 17:35:06 -0800
Subject: Demote warn to info, since it can happen.
Commit: 97eec84f4bcc4908e47ebcb51f1eb1d3a782b42b
I still feel like we should investigate this case. It seems odd.
---
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 4daf1e6..392588c 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -1577,7 +1577,7 @@ smartlist_choose_by_bandwidth_weights(smartlist_t *sl,
rule == WEIGHT_FOR_DIR);
if (!sl || smartlist_len(sl) == 0) {
- log_warn(LD_CIRC,
+ log_info(LD_CIRC,
"Empty routerlist passed in to node selection for rule %d",
rule);
return NULL;
--
1.6.5