Skip to content

Commit eeb7d80

Browse files
martin-gpyigaw
authored andcommitted
netapp-smdev: update err msg for no smdevices
Update the error message when no smdevices are detected on the host. Signed-off-by: Martin George <marting@netapp.com>
1 parent 2774fb8 commit eeb7d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/netapp/netapp-nvme.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ static int netapp_smdevices(int argc, char **argv, struct command *command,
880880

881881
num = scandir(dev_path, &devices, netapp_nvme_filter, alphasort);
882882
if (num <= 0) {
883-
fprintf(stderr, "No NVMe devices detected\n");
883+
fprintf(stderr, "No smdevices detected\n");
884884
return num;
885885
}
886886

0 commit comments

Comments
 (0)