commit | c8c3e61eeb4cf4c8f471a500b269c42ce2b355d4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 28 15:43:55 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 28 15:43:56 2017 +0000 |
tree | 95842f39f7139f9f6354ada0dcb1a53dd42b1708 | |
parent | 6b11faeb42f2f0380be36f0ec39ee834b1021f8a [diff] | |
parent | 0f34094a176ab633faecb320609cca6a405da81e [diff] |
Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()"
diff --git a/fs_mgr/fs_mgr_boot_config.cpp b/fs_mgr/fs_mgr_boot_config.cpp index 5b2f218..cffa6ce 100644 --- a/fs_mgr/fs_mgr_boot_config.cpp +++ b/fs_mgr/fs_mgr_boot_config.cpp
@@ -56,7 +56,7 @@ return true; } - LERROR << "Error finding '" << key << "' in device tree"; + LINFO << "Error finding '" << key << "' in device tree"; } return false;