mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Demote warn to info, since it can happen.
I still feel like we should investigate this case. It seems odd.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user