Skip to content

Commit 2774fb8

Browse files
martin-gpyigaw
authored andcommitted
netapp-ontapdev: update err msg for no ontapdevices
Update the error message when no ontapdevices are detected on the host. Signed-off-by: Martin George <[email protected]>
1 parent 7a83c58 commit 2774fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/netapp/netapp-nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ static int netapp_ontapdevices(int argc, char **argv, struct command *command,
990990

991991
num = scandir(dev_path, &devices, netapp_nvme_filter, alphasort);
992992
if (num <= 0) {
993-
fprintf(stderr, "No NVMe devices detected\n");
993+
fprintf(stderr, "No ontapdevices detected\n");
994994
return num;
995995
}
996996

0 commit comments

Comments
 (0)