From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30702 invoked by alias); 21 Oct 2009 22:19:42 -0000 Received: (qmail 30574 invoked by uid 9478); 21 Oct 2009 22:19:39 -0000 Date: Wed, 21 Oct 2009 22:19:00 -0000 Message-ID: <20091021221939.30572.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: 2009-10/txt/msg00036.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: jbrassow@sourceware.org 2009-10-21 22:19:39 Modified files: tools : lvconvert.c Log message: Clarify message: " Mirror status: 1/2 images failed." Half of an image? Half of the images? No, 1 of 2 images. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.93&r2=1.94 --- LVM2/tools/lvconvert.c 2009/09/30 18:15:06 1.93 +++ LVM2/tools/lvconvert.c 2009/10/21 22:19:39 1.94 @@ -584,7 +584,7 @@ if ((failed_mirrors = _failed_mirrors_count(lv)) < 0) return_0; lp->mirrors -= failed_mirrors; - log_error("Mirror status: %d/%d images failed.", + log_error("Mirror status: %d of %d images failed.", failed_mirrors, existing_mirrors); old_pvh = lp->pvh; if (!(lp->pvh = _failed_pv_list(lv->vg)))