From 66ed1bc5e1307904af318317c6af28a43a780c9e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 23 Jan 2007 23:58:55 +0000 Subject: fix earlier checkin --- libdm/libdm-report.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdm/libdm-report.c') diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c index 627c5124..f3a4c8b6 100644 --- a/libdm/libdm-report.c +++ b/libdm/libdm-report.c @@ -799,9 +799,10 @@ int dm_report_output(struct dm_report *rh) log_error("dm_report: right-aligned snprintf() failed"); 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"); goto bad; + } } } -- cgit