Hide some non critical error messages

Change-Id: I6e43242e44ce63cea9472c75a9f7fedf1b34fbbe
This commit is contained in:
Ethan Yonker
2015-01-21 21:51:20 -06:00
committed by Dees Troy
parent 0f3aa1e157
commit d9ff3c5dd0
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1363,7 +1363,7 @@ int GUIAction::decrypt(std::string arg)
DataManager::GetValue(TW_HAS_DATA_MEDIA, has_datamedia);
if (has_datamedia != 0) {
if (tw_get_default_metadata(DataManager::GetSettingsStoragePath().c_str()) != 0) {
LOGERR("Failed to get default contexts and file mode for storage files.\n");
LOGINFO("Failed to get default contexts and file mode for storage files.\n");
} else {
LOGINFO("Got default contexts and file mode for storage files.\n");
}