1
0
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:
Zdenek Kabelac 2017-02-12 17:43:52 +01:00
parent b185a3e333
commit 717d0c6b94

View File

@ -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);