Browse Source

Enable debug in lwext4_mkfs tool

pull/11/head
gkostka 9 years ago
parent
commit
c223fd040b
  1. 2
      fs_test/lwext4_mkfs.c

2
fs_test/lwext4_mkfs.c

@ -138,6 +138,8 @@ int main(int argc, char **argv)
if (!open_filedev())
return EXIT_FAILURE;
ext4_dmask_set(DEBUG_ALL);
static struct ext4_mkfs_info info;
int r = ext4_mkfs(bd, &info);
if (r != EOK)

Loading…
Cancel
Save