summaryrefslogtreecommitdiffstats
path: root/twrp.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-22 04:51:20 +0100
committerDees Troy <dees_troy@teamw.in>2015-01-22 17:57:29 +0100
commitd9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb (patch)
treef453ac5ceddd7775a192fd2485693e7f2aca3b9e /twrp.cpp
parentMerge "Include libpcre if present" into android-5.0 (diff)
downloadandroid_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar.gz
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar.bz2
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar.lz
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar.xz
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.tar.zst
android_bootable_recovery-d9ff3c5dd03234c677cbf50e31e2195dfc6ebeeb.zip
Diffstat (limited to 'twrp.cpp')
-rw-r--r--twrp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp.cpp b/twrp.cpp
index b6d3d79fd..4a8b1fbf1 100644
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -284,7 +284,7 @@ int main(int argc, char **argv) {
}
} 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");
}