build: 32-bit status_debug fix

This commit is contained in:
arowser 2023-11-22 19:29:59 +08:00 committed by Rusty Russell
parent dfd18fa2f1
commit 34a32361a8

View file

@ -5147,7 +5147,7 @@ static void peer_reconnect(struct peer *peer,
}
status_debug("Got reestablish commit=%"PRIu64" revoke=%"PRIu64
" inflights: %lu, active splices: %"PRIu32,
" inflights: %zu, active splices: %"PRIu32,
next_commitment_number,
next_revocation_number,
tal_count(peer->splice_state->inflights),