Commit 6c172475 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

test/nvme/aer: fix inaccurate error message



Change-Id: I5b45db29727e60e4053d3a507e0dbc44211ebb9c
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 18f855b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ get_feature_test(struct dev *dev)
		cmd[i].cdw10 = SPDK_NVME_FEAT_NUMBER_OF_QUEUES;
		if (spdk_nvme_ctrlr_cmd_admin_raw(dev->ctrlr, &cmd[i], NULL, 0,
						  get_feature_cb, dev) != 0) {
			printf("Failed to send identify ctrlr command for dev=%p\n", dev);
			printf("Failed to send Get Features command for dev=%p\n", dev);
			failed = 1;
			return;
		}