Skip to content

Commit

Permalink
[Java] Change log event for NAK received to use NAK length rather tha…
Browse files Browse the repository at this point in the history
…n packet length
  • Loading branch information
marc-adaptive committed Jan 27, 2025
1 parent 42d8e44 commit 0c00753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void onNakMessage(
msg.streamId(),
msg.termId(),
msg.termOffset(),
length,
msg.length(),
channel);
}
}
Expand Down

0 comments on commit 0c00753

Please sign in to comment.