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

am: c30261f266

Change-Id: I31d1a7adf5aa86dc50a1b971d075a83f5d1e655a
This commit is contained in:
Bowgo Tsai 2017-03-28 15:53:47 +00:00 committed by android-build-merger
commit 73d9e8e938
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;