Debug logz
authorcah <cah@ableton.com>
Wed, 5 Aug 2020 21:06:51 +0000 (23:06 +0200)
committercah <cah@ableton.com>
Wed, 5 Aug 2020 21:06:51 +0000 (23:06 +0200)
src/ext4_mkfs.c

index c447f0e8474e1c73f68c57bb7398d142947a5db3..98d331d889ac94d4e7a929b28be8916006ce35ff 100644 (file)
@@ -815,7 +815,7 @@ int ext4_mkfs(struct ext4_fs *fs, struct ext4_blockdev *bd,
                goto block_fini;
 
        /*Bind block cache to block device*/
-       print("bind\n");
+       printf("bind\n");
        r = ext4_block_bind_bcache(bd, &bc);
        if (r != EOK)
                goto cache_fini;