]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make last commit compile
authorNick Mathewson <nickm@torproject.org>
Mon, 15 Oct 2007 20:39:58 +0000 (20:39 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 Oct 2007 20:39:58 +0000 (20:39 +0000)
svn:r11953

src/or/dirserv.c

index 02277b8718852e027b1553955fbc6d58a93f9089..12c4b39ddfa4804b04f714a5d87b934d7135c4ef 100644 (file)
@@ -1953,7 +1953,7 @@ generate_networkstatus_vote_obj(crypto_pk_env_t *private_key,
     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 +