aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2015-01-29 15:49:23 +0000
committerNick Mathewson <nickm@torproject.org>2015-02-18 09:09:34 -0500
commit33053d50a0c3a3545285bac8b6883f7c66cf748c (patch)
tree9be4544337c0caeb52765ad7c339153846dd0d4c /src/or/dirvote.c
parent028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898 (diff)
downloadtor-33053d50a0c3a3545285bac8b6883f7c66cf748c.tar.gz
tor-33053d50a0c3a3545285bac8b6883f7c66cf748c.zip
Final guardfraction preparations for upstream merge.
- Write a changes file. - Change some logs to lesser severities.
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c2
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;
}