diff options
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 0e48485702..8a73bebe53 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -1020,7 +1020,7 @@ update_total_bandwidth_weights(const routerstatus_t *rs, int guardfraction_bandwidth = 0; if (!rs->has_bandwidth) { - log_warn(LD_BUG, "Missing consensus bandwidth for router %s", + log_info(LD_BUG, "Missing consensus bandwidth for router %s", rs->nickname); return; } |