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
This commit is contained in:
Nick Mathewson 2007-09-20 23:02:13 +00:00
parent 90d1345d90
commit fdf390525c

View File

@ -1579,7 +1579,7 @@ dirvote_publish_consensus(void)
if (networkstatus_set_current_consensus(pending_consensus_body, 0, 0)) if (networkstatus_set_current_consensus(pending_consensus_body, 0, 0))
log_warn(LD_DIR, "Error publishing consensus"); log_warn(LD_DIR, "Error publishing consensus");
else else
log_warn(LD_DIR, "Consensus published."); log_notice(LD_DIR, "Consensus published.");
return 0; return 0;
} }