diff --git a/src/or/hs_service.c b/src/or/hs_service.c index 169ba0dfc..6fa9ec6b1 100644 --- a/src/or/hs_service.c +++ b/src/or/hs_service.c @@ -1954,7 +1954,9 @@ should_rotate_descriptors(hs_service_t *service, time_t now) "time is %ld (now: %ld). Valid after time from " "consensus is %ld", service->desc_current, service->desc_next, - service->state.next_rotation_time, now, ns->valid_after); + (long)service->state.next_rotation_time, + (long)now, + (long)ns->valid_after); goto no_rotation; } goto rotation;