Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()" am: c8c3e61eeb
am: c30261f266
am: 73d9e8e938
Change-Id: I3b0caeda0d9b9ecf2aeb1592463c55e8480adf69
This commit is contained in:
commit
207a9fcec9
|
@ -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 New Issue