diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-20 23:02:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-20 23:02:13 +0000 |
commit | fdf390525c423c93851e8893c7b778788f9654ab (patch) | |
tree | 9d1f8ab4a0e3053ba5c06ec88b2bb97a53b9c01f | |
parent | 90d1345d904a64ca86027889be35fda183b6a73c (diff) | |
download | tor-fdf390525c423c93851e8893c7b778788f9654ab.tar tor-fdf390525c423c93851e8893c7b778788f9654ab.tar.gz |
r15233@catbus: nickm | 2007-09-20 18:58:23 -0400
19:00 < weasel> Sep 21 01:00:01.926 [warn] Consensus published.
19:00 < weasel> hah
19:00 < nickm> ha indeed
19:00 < nickm> a winner is me
19:00 < weasel> _warn_ :)
19:01 < nickm> watch out! It could go off at any moment!
19:01 * weasel backs away
svn:r11546
-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 60478c89f..f8b8086e9 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; } |