From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2026 invoked by alias); 13 Feb 2012 18:38:39 -0000 Received: (qmail 1940 invoked by uid 9478); 13 Feb 2012 18:38:37 -0000 Date: Mon, 13 Feb 2012 18:38:00 -0000 Message-ID: <20120213183837.1938.qmail@sourceware.org> From: jbrassow@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools lvconvert.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00091.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: jbrassow@sourceware.org 2012-02-13 18:38:37 Modified files: tools : lvconvert.c Log message: 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.181&r2=1.182 --- LVM2/tools/lvconvert.c 2012/02/13 18:36:55 1.181 +++ LVM2/tools/lvconvert.c 2012/02/13 18:38:36 1.182 @@ -1537,7 +1537,7 @@ /* "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;