mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
build: 32-bit status_debug fix
This commit is contained in:
parent
dfd18fa2f1
commit
34a32361a8
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue