From: Alasdair Kergon Date: Mon, 6 Jun 2011 12:08:42 +0000 (+0000) Subject: missing space in mesg X-Git-Tag: old-v2_02_86~103 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=42a13432d0d437de8a3e9c31bed7a4b724b93785;p=lvm2.git missing space in mesg --- diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c index f1910bddb..4cb8c45ff 100644 --- a/lib/metadata/lv_manip.c +++ b/lib/metadata/lv_manip.c @@ -418,7 +418,7 @@ static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction) if (seg_is_striped(seg)) { if (reduction % seg->area_count) { log_error("Segment extent reduction %" PRIu32 - "not divisible by #stripes %" PRIu32, + " not divisible by #stripes %" PRIu32, reduction, seg->area_count); return 0; }