summaryrefslogtreecommitdiffstats
path: root/tools/lvconvert.c
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-02-13 18:38:36 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-02-13 18:38:36 +0000
commit96f82296ae357325580e1c8512942619750ba1e6 (patch)
tree673bcdca959f5d14bcee3abe2387bfc11ab74617 /tools/lvconvert.c
parent1456c3b298af2e09657a1d46b8e75523786df270 (diff)
downloadlvm2-96f82296ae357325580e1c8512942619750ba1e6.tar.gz
lvm2-96f82296ae357325580e1c8512942619750ba1e6.tar.xz
lvm2-96f82296ae357325580e1c8512942619750ba1e6.zip
Change confusing message that is printed when a RAID device fails.
s/Issue/Use/, otherwise it is easy to misread "Issue" as "Issuing" - causing the user confusion as to whether the action was performed automatically or whether they need to issue the command.
Diffstat (limited to 'tools/lvconvert.c')
-rw-r--r--tools/lvconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 255aea49..addbdef3 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -1537,7 +1537,7 @@ static int lvconvert_raid(struct logical_volume *lv, struct lvconvert_params *lp
/* "warn" if policy not set to replace */
if (arg_count(cmd, use_policies_ARG))
- log_error("Issue 'lvconvert --repair %s/%s' to "
+ log_error("Use 'lvconvert --repair %s/%s' to "
"replace failed device",
lv->vg->name, lv->name);
return 1;