[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11953: Make last commit compile (tor/trunk/src/or)
Author: nickm
Date: 2007-10-15 16:39:58 -0400 (Mon, 15 Oct 2007)
New Revision: 11953
Modified:
tor/trunk/src/or/dirserv.c
Log:
Make last commit compile
Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c 2007-10-15 20:37:59 UTC (rev 11952)
+++ tor/trunk/src/or/dirserv.c 2007-10-15 20:39:58 UTC (rev 11953)
@@ -1953,7 +1953,7 @@
format_iso_time(tbuf, v3_out->valid_after);
log_notice(LD_DIR,"Choosing valid-after time in vote as %s: "
"consensus_set=%d, interval=%d",
- tbuf, current_consensus?1:0, consensus_interval);
+ tbuf, current_consensus?1:0, (int)consensus_interval);
}
v3_out->fresh_until = v3_out->valid_after + timing.vote_interval;
v3_out->valid_until = v3_out->valid_after +