Trivial modification of debug statement
This commit is contained in:
parent
435f5f4651
commit
fa4cd10d33
@ -1293,7 +1293,7 @@ int cmd_mkrd(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||||||
#ifdef CONFIG_DEBUG_INFO
|
#ifdef CONFIG_DEBUG_INFO
|
||||||
memset(buffer, 0, sectsize * nsectors);
|
memset(buffer, 0, sectsize * nsectors);
|
||||||
#endif
|
#endif
|
||||||
_info("RAMDISK at %p\n", buffer);
|
finfo("RAMDISK at %p\n", buffer);
|
||||||
|
|
||||||
/* Then register the ramdisk */
|
/* Then register the ramdisk */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user