ref: c223fd040bdbe2f60e5d15605a236adcd93694cc
parent: 0570985b80644f293f8ebf85ebccc54dd1be41d4
author: gkostka <kostka.grzegorz@gmail.com>
date: Sun Nov 15 18:01:21 EST 2015
Enable debug in lwext4_mkfs tool
--- a/fs_test/lwext4_mkfs.c
+++ b/fs_test/lwext4_mkfs.c
@@ -138,6 +138,8 @@
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)