From a7d6a612b800ac53ded216842d0386f41e504c4e Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Thu, 21 Feb 2013 13:33:27 +0100 Subject: [PATCH] fix: 'Couldn't read extent size' --> '... extent start' --- lib/format_text/import_vsn1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/format_text/import_vsn1.c b/lib/format_text/import_vsn1.c index e73c4756a..33ad37dc9 100644 --- a/lib/format_text/import_vsn1.c +++ b/lib/format_text/import_vsn1.c @@ -235,7 +235,8 @@ static int _read_pv(struct format_instance *fid, } if (!_read_uint64(pvn, "pe_start", &pv->pe_start)) { - log_error("Couldn't read extent size for physical volume."); + log_error("Couldn't read extent start value (pe_start) " + "for physical volume."); return 0; } -- 2.43.5