Skip to content

Commit 26b09f1

Browse files
committed
More trace
1 parent 0938ba2 commit 26b09f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/mi-mctp.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,10 @@ static void check_aem_sync_message(struct nvme_mi_aem_enabled_map *expected_mask
884884
int count = 0;
885885
//Count how many events we want to act are in the expected state
886886
for (int i = 0; i < 256; i++) {
887-
if (expected_mask->enabled[i])
887+
if (expected_mask->enabled[i]){
888888
count++;
889+
fprintf(stderr, "Expected AE: %d\n", i);
890+
}
889891
}
890892

891893
fprintf(stderr, "NUMAES=%d, Count=%d\n", list->hdr.numaes, count);

0 commit comments

Comments
 (0)