summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-11-19 21:54:14 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-11-19 21:54:14 +0100
commitfc020d819e805cdc85232e492ea376e4e2045162 (patch)
treed556b83d99a9041f297da7ae410a774d1b911049
parent1ef4ddff7583c6a11ea67740c5b3e62ff54148d4 (diff)
Fix compile warning
-rw-r--r--lwext4/ext4_mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwext4/ext4_mkfs.c b/lwext4/ext4_mkfs.c
index 6093e9c..503bbf4 100644
--- a/lwext4/ext4_mkfs.c
+++ b/lwext4/ext4_mkfs.c
@@ -710,7 +710,7 @@ int ext4_mkfs(struct ext4_fs *fs, struct ext4_blockdev *bd,
info->feat_incompat);
ext4_dbg(DEBUG_MKFS, DBG_NONE "BG desc reserve: %"PRIu32"\n",
info->bg_desc_reserve_blocks);
- ext4_dbg(DEBUG_MKFS, DBG_NONE "Descriptor size: %"PRIu32"\n",
+ ext4_dbg(DEBUG_MKFS, DBG_NONE "Descriptor size: %"PRIu16"\n",
info->dsc_size);
ext4_dbg(DEBUG_MKFS, DBG_NONE "journal: %s\n",
info->journal ? "yes" : "no");