]> sourceware.org Git - lvm2.git/commitdiff
fix jumbled args in 'Adjusting' message
authorAlasdair Kergon <agk@redhat.com>
Tue, 6 Jul 2010 17:26:08 +0000 (17:26 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 6 Jul 2010 17:26:08 +0000 (17:26 +0000)
lib/metadata/metadata.c

index b0c5564ea5bbe65f52fb906d719c2ef4ffb0ede9..38e248c69cf1be9bb3c826cb97910673d95e93c6 100644 (file)
@@ -1116,7 +1116,7 @@ static int _vg_unignore_mdas(struct volume_group *vg, uint32_t num_to_unignore)
 
        log_debug("Adjusting ignored mdas on vg %s: %" PRIu32 " of %" PRIu32 " mdas in use "
                  "but %" PRIu32 " required.  Changing %" PRIu32 " flags.",
-                 vg->name, vg_mda_copies(vg), mda_count, mda_used_count, num_to_unignore);
+                 vg->name, mda_used_count, mda_count, vg_mda_copies(vg), num_to_unignore);
 
        if (!(mda_to_unignore_bs = _bitset_with_random_bits(vg->vgmem, mda_free_count,
                                                            num_to_unignore, &vg->cmd->rand_seed)))
This page took 0.040063 seconds and 5 git commands to generate.