Skip to content

Commit 0938ba2

Browse files
committed
Again
1 parent 1923cfb commit 0938ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mi-mctp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ static void check_aem_sync_message(struct nvme_mi_aem_enabled_map *expected_mask
888888
count++;
889889
}
890890

891-
printf("NUMAES=%d, Count=%d\n", list->hdr.numaes, count);
891+
fprintf(stderr, "NUMAES=%d, Count=%d\n", list->hdr.numaes, count);
892892
assert(list->hdr.numaes == count);
893893
assert(list->hdr.aeslhl == sizeof(struct nvme_mi_aem_supported_list));
894894
assert(list->hdr.aest == list->hdr.aeslhl +

0 commit comments

Comments
 (0)