]> sourceware.org Git - lvm2.git/commitdiff
%ld -> PRIu64
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 13:09:27 +0000 (13:09 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 13:09:27 +0000 (13:09 +0000)
lib/metadata/pv_manip.c

index a5b6815a722d616f0888ce5fd976ac3ba7fb1f89..cb37745f150ee37c76d3973a8095db08568f2af7 100644 (file)
@@ -436,7 +436,7 @@ int pv_resize(struct physical_volume *pv,
        uint32_t old_pe_count, new_pe_count = 0;
 
        if (size < pv_min_size()) {
-               log_error("Size must exceed minimum of %ld sectors on PV %s.",
+               log_error("Size must exceed minimum of %" PRIu64 " sectors on PV %s.",
                           pv_min_size(), pv_dev_name(pv));
                return 0;
        }
This page took 0.040486 seconds and 5 git commands to generate.