Skip to content

Commit b1bf1e9

Browse files
arowsercdecker
authored andcommitted
build: 32-bit status_debug fix
1 parent 35a5145 commit b1bf1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channeld/channeld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,7 @@ static void peer_reconnect(struct peer *peer,
51475147
}
51485148

51495149
status_debug("Got reestablish commit=%"PRIu64" revoke=%"PRIu64
5150-
" inflights: %lu, active splices: %"PRIu32,
5150+
" inflights: %zu, active splices: %"PRIu32,
51515151
next_commitment_number,
51525152
next_revocation_number,
51535153
tal_count(peer->splice_state->inflights),

0 commit comments

Comments
 (0)