Skip to content

Commit

Permalink
nvme: fix reachability-groups-log command perror messsage
Browse files Browse the repository at this point in the history
Since copied the command implementation but missed to change.

Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t committed Feb 11, 2025
1 parent fe4e2b0 commit 1dfad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -10317,7 +10317,7 @@ static int get_reachability_groups_log(int argc, char **argv, struct command *cm
else if (err > 0)
nvme_show_status(err);
else
nvme_show_perror("rotational media info log");
nvme_show_perror("reachability groups log");

return err;
}
Expand Down

0 comments on commit 1dfad3f

Please sign in to comment.