Skip to content

Commit dc2c1fa

Browse files
ikegami-tigaw
authored andcommitted
nvme: fix reachability-groups-log command perror message
Since copied the command implementation but missed to change. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent fe4e2b0 commit dc2c1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10317,7 +10317,7 @@ static int get_reachability_groups_log(int argc, char **argv, struct command *cm
1031710317
else if (err > 0)
1031810318
nvme_show_status(err);
1031910319
else
10320-
nvme_show_perror("rotational media info log");
10320+
nvme_show_perror("reachability groups log");
1032110321

1032210322
return err;
1032310323
}

0 commit comments

Comments
 (0)