Revert "selftests: make order checking verbose in msg_zerocopy selftest"

This reverts commit 3688bfa238e9ea94bff46c0dc030f412f239a08c.

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
This commit is contained in:
Harshit Mogalapalli 2024-10-09 11:53:28 +00:00 committed by Vegard Nossum
parent 92af3424a5
commit af183b69ea

View File

@ -400,7 +400,7 @@ static bool do_recv_completion(int fd, int domain)
/* Detect notification gaps. These should not happen often, if at all.
* Gaps can occur due to drops, reordering and retransmissions.
*/
if (cfg_verbose && lo != next_completion)
if (lo != next_completion)
fprintf(stderr, "gap: %u..%u does not append to %u\n",
lo, hi, next_completion);
next_completion = hi + 1;