mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm: use correct FMTu32 format specifier for uint32_t
This commit is contained in:
parent
e8d5e05ff5
commit
febda60f3d
@ -4193,7 +4193,7 @@ static int _stats_resize_group(struct dm_stats_group *group,
|
||||
return 0;
|
||||
}
|
||||
|
||||
log_very_verbose("Resizing group bitmap from %u to " FMTu64
|
||||
log_very_verbose("Resizing group bitmap from " FMTu32 " to " FMTu64
|
||||
" (last_bit: " FMTu64 ").", group->regions[0],
|
||||
num_regions, last_bit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user