commit | 9c4b42b0de2db0fbcbb636b4395452c892d4dd2d | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Fri Apr 21 16:42:30 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 21 16:42:30 2017 +0000 |
tree | f3dcb9063099804833d1d2bfb8a472c267cb401c | |
parent | cdb4438af63642ae444fad7c24d4af2e28d51569 [diff] | |
parent | 85eca316b3137463afc0c7dcac5fbccc24d238ba [diff] |
Merge "fs_mgr: remove the repetitive and annoying bootconfig error print" am: 515e7a4fc4 am: d1078c42ce Change-Id: I2b735716342c046cd160a4a16a16911dbe53574a
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;