1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00

missing space in mesg

This commit is contained in:
Alasdair Kergon 2011-06-06 12:08:42 +00:00
parent f221800b25
commit bb056af3c9

View File

@ -418,7 +418,7 @@ static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction)
if (seg_is_striped(seg)) { if (seg_is_striped(seg)) {
if (reduction % seg->area_count) { if (reduction % seg->area_count) {
log_error("Segment extent reduction %" PRIu32 log_error("Segment extent reduction %" PRIu32
"not divisible by #stripes %" PRIu32, " not divisible by #stripes %" PRIu32,
reduction, seg->area_count); reduction, seg->area_count);
return 0; return 0;
} }