1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-22 06:50:52 +03:00

missing space in mesg

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

View 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;
}