Fix compile warning
[lwext4.git] / lwext4 / ext4_mkfs.c
index 6093e9ce2977ad456105f10de2a61701674e8d78..503bbf45e08cc452a78bc926034f1911e1b7de5f 100644 (file)
@@ -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");