From 0db1bbc3c30df8d39ce134ded26ada4ca6836014 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 6 Jul 2010 17:27:32 +0000 Subject: [PATCH] shorten mesg --- lib/metadata/metadata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/metadata/metadata.c b/lib/metadata/metadata.c index 38e248c69..06d1ed54d 100644 --- a/lib/metadata/metadata.c +++ b/lib/metadata/metadata.c @@ -1073,7 +1073,7 @@ static int _vg_ignore_mdas(struct volume_group *vg, uint32_t num_to_ignore) dm_bitset_t mda_to_ignore_bs; int r = 1; - log_debug("Adjusting ignored mdas on vg %s: %" PRIu32 " of %" PRIu32 " mdas in use " + log_debug("Adjusting ignored mdas for %s: %" PRIu32 " of %" PRIu32 " mdas in use " "but %" PRIu32 " required. Changing %" PRIu32 " flags.", vg->name, mda_used_count, vg_mda_count(vg), vg_mda_copies(vg), num_to_ignore); @@ -1114,7 +1114,7 @@ static int _vg_unignore_mdas(struct volume_group *vg, uint32_t num_to_unignore) if (!num_to_unignore) return 1; - log_debug("Adjusting ignored mdas on vg %s: %" PRIu32 " of %" PRIu32 " mdas in use " + log_debug("Adjusting ignored mdas for %s: %" PRIu32 " of %" PRIu32 " mdas in use " "but %" PRIu32 " required. Changing %" PRIu32 " flags.", vg->name, mda_used_count, mda_count, vg_mda_copies(vg), num_to_unignore); -- 2.43.5