aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.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/dirserv.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/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 10b9e63894..9939c31c6e 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -2436,7 +2436,7 @@ dirserv_read_guardfraction_file_from_str(const char *guardfraction_file_str,
retval = 0;
- log_warn(LD_CONFIG,
+ log_info(LD_CONFIG,
"Successfully parsed guardfraction file with %d consensuses over "
"%d days. Parsed %d nodes and applied %d of them%s.",
total_consensuses, total_days, guards_read_n, guards_applied_n,