]> sourceware.org Git - lvm2.git/commitdiff
Clarify message:
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 21 Oct 2009 22:19:39 +0000 (22:19 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 21 Oct 2009 22:19:39 +0000 (22:19 +0000)
"  Mirror status: 1/2 images failed."

Half of an image?  Half of the images?  No, 1 of 2 images.

tools/lvconvert.c

index c003c82afe85829a023f6836d3eb176256ead96d..af78c36fd0434e1c610c4877b3bb55a25b3e3f85 100644 (file)
@@ -584,7 +584,7 @@ static int _lvconvert_mirrors(struct cmd_context *cmd, struct logical_volume *lv
                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)))
This page took 0.042919 seconds and 5 git commands to generate.