Merge "fs_mgr: remove the repetitive and annoying bootconfig error print" am: 515e7a4fc4 am: d1078c42ce am: dba5e13593

am: 3b15a40c2e

Change-Id: I21ced1e6d7415163d205ca20cb603f927de62a8b
This commit is contained in:
Sandeep Patil 2017-04-21 17:06:30 +00:00 committed by android-build-merger
commit 786bac4776
1 changed files with 0 additions and 2 deletions

View File

@ -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)) {
return true;
}
LINFO << "Error finding '" << key << "' in device tree";
}
return false;