From 34a32361a8fc3e1a0517527b39f887c8a00ea040 Mon Sep 17 00:00:00 2001 From: arowser Date: Wed, 22 Nov 2023 19:29:59 +0800 Subject: [PATCH] build: 32-bit status_debug fix --- channeld/channeld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeld/channeld.c b/channeld/channeld.c index e5cd80779c28..798056562a24 100644 --- a/channeld/channeld.c +++ b/channeld/channeld.c @@ -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),