]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_logprint: fix formatting specifiers
authorDarrick J. Wong <djwong@kernel.org>
Tue, 12 Jul 2022 18:20:33 +0000 (13:20 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 12 Jul 2022 18:20:33 +0000 (13:20 -0500)
commit053fcbc7a2c1d3acb52e5c40de7971f42e3094ee
treeb43ddfee4fe15d577be1e96cdcae6a69adb8e130
parent95e3fc7f38057ee1d511c12f45e69aceedcbffb7
xfs_logprint: fix formatting specifiers

Fix a missing %u -> %PRIu32 conversion, and add the required '%' in the
format specifiers because PRIu{32,64} do not include it on their own.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
logprint/log_print_all.c