]> sourceware.org Git - lvm2.git/commitdiff
missing space in mesg
authorAlasdair Kergon <agk@redhat.com>
Mon, 6 Jun 2011 12:08:42 +0000 (12:08 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 6 Jun 2011 12:08:42 +0000 (12:08 +0000)
lib/metadata/lv_manip.c

index f1910bddbb378f68164ced32231835a914987e71..4cb8c45fff6fd6a8d16517c00072950870ada96e 100644 (file)
@@ -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;
                }
This page took 0.041487 seconds and 5 git commands to generate.