]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Demote warn to info, since it can happen.
authorMike Perry <mikeperry-git@fscked.org>
Thu, 4 Mar 2010 01:35:06 +0000 (17:35 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Thu, 4 Mar 2010 01:35:06 +0000 (17:35 -0800)
I still feel like we should investigate this case. It seems odd.

src/or/routerlist.c

index 4daf1e6abdefaba7aad8323c2cf130d2cb945fe1..392588cef45a4403cdcfb8df63acda66aba03047 100644 (file)
@@ -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;