mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
%ld -> PRIu64
This commit is contained in:
parent
e924615f32
commit
c901a92aa5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user