Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()"

This commit is contained in:
Treehugger Robot 2017-03-28 15:43:55 +00:00 committed by Gerrit Code Review
commit c8c3e61eeb
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
return true;
}
LERROR << "Error finding '" << key << "' in device tree";
LINFO << "Error finding '" << key << "' in device tree";
}
return false;