]> sourceware.org Git - lvm2.git/commitdiff
fix: 'Couldn't read extent size' --> '... extent start'
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Feb 2013 12:33:27 +0000 (13:33 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Feb 2013 12:33:27 +0000 (13:33 +0100)
lib/format_text/import_vsn1.c

index e73c4756a5eabe5e52865dbd3ce30d48b3834cb9..33ad37dc9ad190096407d3902947cea99c319482 100644 (file)
@@ -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;
        }
 
This page took 0.037495 seconds and 5 git commands to generate.