commit | 515e7a4fc41b03b5aa640c9c2069de82cec3c18b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 21 16:29:35 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 21 16:29:37 2017 +0000 |
tree | 6f73c8846c57a139f9aeb1fa4e4d4c7914d2b4bb | |
parent | 3ed85748e14651c142b3eb6adc51927beec1b20f [diff] | |
parent | 73fbf0ee161f8e8253421121a5ed334c4052b45b [diff] |
Merge "fs_mgr: remove the repetitive and annoying bootconfig error print"
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;