aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/nodelist/microdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/microdesc.c b/src/feature/nodelist/microdesc.c
index 4d6285d6cf..d9630b4f1d 100644
--- a/src/feature/nodelist/microdesc.c
+++ b/src/feature/nodelist/microdesc.c
@@ -723,7 +723,7 @@ microdesc_cache_rebuild(microdesc_cache_t *cache, int force)
log_warn(LD_BUG, "Discontinuity in position in microdescriptor cache."
"By my count, I'm at %"PRId64
", but I should be at %"PRId64,
- (off), (off_real));
+ (int64_t)(off), (int64_t)(off_real));
if (off_real >= 0)
off = off_real;
}