Hide some non critical error messages

Change-Id: I6e43242e44ce63cea9472c75a9f7fedf1b34fbbe
diff --git a/twrp.cpp b/twrp.cpp
index b6d3d79..4a8b1fb 100644
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -284,7 +284,7 @@
 		}
 	} else if (datamedia) {
 		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");
 		}