We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a5145 commit b1bf1e9Copy full SHA for b1bf1e9
channeld/channeld.c
@@ -5147,7 +5147,7 @@ static void peer_reconnect(struct peer *peer,
5147
}
5148
5149
status_debug("Got reestablish commit=%"PRIu64" revoke=%"PRIu64
5150
- " inflights: %lu, active splices: %"PRIu32,
+ " inflights: %zu, active splices: %"PRIu32,
5151
next_commitment_number,
5152
next_revocation_number,
5153
tal_count(peer->splice_state->inflights),
0 commit comments