diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-01-29 15:49:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:09:34 -0500 |
commit | 33053d50a0c3a3545285bac8b6883f7c66cf748c (patch) | |
tree | 9be4544337c0caeb52765ad7c339153846dd0d4c /src/or/routerparse.c | |
parent | 028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898 (diff) | |
download | tor-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/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 8a00544742..93274fa4f3 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1831,9 +1831,9 @@ routerstatus_parse_guardfraction(const char *guardfraction_str, return -1; } - log_warn(LD_GENERAL, "[*] Parsed %s guardfraction '%s' for '%s'.", - is_consensus ? "consensus" : "vote", - guardfraction_str, rs->nickname); + log_debug(LD_GENERAL, "[*] Parsed %s guardfraction '%s' for '%s'.", + is_consensus ? "consensus" : "vote", + guardfraction_str, rs->nickname); if (!is_consensus) { /* We are parsing a vote */ vote_rs->status.guardfraction_percentage = guardfraction; |