mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: use proper printf specifier
This commit is contained in:
parent
b185a3e333
commit
717d0c6b94
@ -4557,7 +4557,7 @@ static int _stats_unmap_regions(struct dm_stats *dms, uint64_t group_id,
|
|||||||
log_error("Could not finalize region extent table.");
|
log_error("Could not finalize region extent table.");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
log_very_verbose("Kept %ld of %ld old extents",
|
log_very_verbose("Kept " FMTi64 " of " FMTi64 " old extents",
|
||||||
nr_kept, nr_old);
|
nr_kept, nr_old);
|
||||||
log_very_verbose("Found " FMTu64 " new extents",
|
log_very_verbose("Found " FMTu64 " new extents",
|
||||||
*count - nr_kept);
|
*count - nr_kept);
|
||||||
|
Loading…
Reference in New Issue
Block a user