1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

%ld -> PRIu64

This commit is contained in:
Peter Rajnoha 2011-02-21 13:09:27 +00:00
parent e924615f32
commit c901a92aa5

View 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;
}