Merge "fs_mgr: remove the repetitive and annoying bootconfig error print" am: 515e7a4fc4 am: d1078c42ce
am: dba5e13593
Change-Id: Ibb02e12de4a525f3d7a412db96eaa0feb777fb10
diff --git a/fs_mgr/fs_mgr_boot_config.cpp b/fs_mgr/fs_mgr_boot_config.cpp
index cffa6ce..ab5beed 100644
--- a/fs_mgr/fs_mgr_boot_config.cpp
+++ b/fs_mgr/fs_mgr_boot_config.cpp
@@ -55,8 +55,6 @@
if (android::base::ReadFileToString(file_name, out_val)) {
return true;
}
-
- LINFO << "Error finding '" << key << "' in device tree";
}
return false;