Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()"

This commit is contained in:
Treehugger Robot 2017-03-17 02:12:36 +00:00 committed by Gerrit Code Review
commit b280bb210b
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ struct fstab *fs_mgr_read_fstab_dt()
{
std::string fstab_buf = read_fstab_from_dt();
if (fstab_buf.empty()) {
LERROR << __FUNCTION__ << "(): failed to read fstab from dt";
LINFO << __FUNCTION__ << "(): failed to read fstab from dt";
return nullptr;
}