Skip to content

Commit

Permalink
build: 32-bit status_debug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arowser authored and rustyrussell committed Dec 14, 2023
1 parent dfd18fa commit 34a3236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channeld/channeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 34a3236

Please sign in to comment.