Trivial modification of debug statement

This commit is contained in:
Gregory Nutt 2016-06-23 08:04:33 -06:00
parent 435f5f4651
commit fa4cd10d33

View File

@ -1293,7 +1293,7 @@ int cmd_mkrd(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
#ifdef CONFIG_DEBUG_INFO
memset(buffer, 0, sectsize * nsectors);
#endif
_info("RAMDISK at %p\n", buffer);
finfo("RAMDISK at %p\n", buffer);
/* Then register the ramdisk */