We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7043e commit 1923cfbCopy full SHA for 1923cfb
1 file changed
test/mi-mctp.c
@@ -888,6 +888,7 @@ static void check_aem_sync_message(struct nvme_mi_aem_enabled_map *expected_mask
888
count++;
889
}
890
891
+ printf("NUMAES=%d, Count=%d\n", list->hdr.numaes, count);
892
assert(list->hdr.numaes == count);
893
assert(list->hdr.aeslhl == sizeof(struct nvme_mi_aem_supported_list));
894
assert(list->hdr.aest == list->hdr.aeslhl +
0 commit comments