From 42a13432d0d437de8a3e9c31bed7a4b724b93785 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 6 Jun 2011 12:08:42 +0000 Subject: [PATCH] missing space in mesg --- lib/metadata/lv_manip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }