Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -345,7 +345,7 @@ static void load_fs_info(const char *filename)
|
||||
|
||||
// Loop through entries
|
||||
while (getmntent_r(fstab, &mte, buf, sizeof(buf))) {
|
||||
//bb_info_msg("CREATE[%s][%s][%s][%s][%d]", mte.mnt_fsname, mte.mnt_dir,
|
||||
//bb_error_msg("CREATE[%s][%s][%s][%s][%d]", mte.mnt_fsname, mte.mnt_dir,
|
||||
// mte.mnt_type, mte.mnt_opts,
|
||||
// mte.mnt_passno);
|
||||
create_fs_device(mte.mnt_fsname, mte.mnt_dir,
|
||||
|
Reference in New Issue
Block a user