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 60478c89f1..f8b8086e96 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -1579,7 +1579,7 @@ dirvote_publish_consensus(void) if (networkstatus_set_current_consensus(pending_consensus_body, 0, 0)) log_warn(LD_DIR, "Error publishing consensus"); else - log_warn(LD_DIR, "Consensus published."); + log_notice(LD_DIR, "Consensus published."); return 0; } |