Merge "fs_mgr: remove the repetitive and annoying bootconfig error print"
This commit is contained in:
commit
515e7a4fc4
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
|
||||||
if (android::base::ReadFileToString(file_name, out_val)) {
|
if (android::base::ReadFileToString(file_name, out_val)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
LINFO << "Error finding '" << key << "' in device tree";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue