Browse Source

Demote warn to info, since it can happen.

I still feel like we should investigate this case. It seems odd.
Mike Perry 15 years ago
parent
commit
97eec84f4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -1577,7 +1577,7 @@ smartlist_choose_by_bandwidth_weights(smartlist_t *sl,
              rule == WEIGHT_FOR_DIR);
              rule == WEIGHT_FOR_DIR);
 
 
   if (!sl || smartlist_len(sl) == 0) {
   if (!sl || smartlist_len(sl) == 0) {
-    log_warn(LD_CIRC,
+    log_info(LD_CIRC,
              "Empty routerlist passed in to node selection for rule %d",
              "Empty routerlist passed in to node selection for rule %d",
              rule);
              rule);
     return NULL;
     return NULL;