mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-04 21:47:46 +03:00
fix earlier checkin
This commit is contained in:
parent
9b021ba057
commit
8357a11249
@ -799,9 +799,10 @@ int dm_report_output(struct dm_report *rh)
|
|||||||
log_error("dm_report: right-aligned snprintf() failed");
|
log_error("dm_report: right-aligned snprintf() failed");
|
||||||
goto bad;
|
goto bad;
|
||||||
}
|
}
|
||||||
if (!dm_pool_grow_object(rh->mem, buf, width))
|
if (!dm_pool_grow_object(rh->mem, buf, width)) {
|
||||||
log_error("dm_report: Unable to extend output line");
|
log_error("dm_report: Unable to extend output line");
|
||||||
goto bad;
|
goto bad;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user