Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()"
am: c8c3e61eeb
Change-Id: Ia5e4c77d45652c8b6d4e147175db99e44fecc0d5
This commit is contained in:
commit
c30261f266
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
|
|||
return true;
|
||||
}
|
||||
|
||||
LERROR << "Error finding '" << key << "' in device tree";
|
||||
LINFO << "Error finding '" << key << "' in device tree";
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue