|
@@ -876,7 +876,8 @@ update_consensus_networkstatus_fetch_time_impl(time_t now, int flav)
|
|
|
log_debug(LD_DIR,
|
|
|
"fresh_until: %ld start: %ld "
|
|
|
"dl_interval: %ld valid_until: %ld ",
|
|
|
- c->fresh_until, start, dl_interval, c->valid_until);
|
|
|
+ (long)c->fresh_until, (long)start, dl_interval,
|
|
|
+ (long)c->valid_until);
|
|
|
|
|
|
tor_assert(c->fresh_until < start);
|
|
|
|