diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-20 21:32:13 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-20 21:32:50 +0200 |
commit | c51f1f994ada7b46224f672481c0dacf3894c70b (patch) | |
tree | de20eb047205f9fec817cdd18ec47a82ae16add5 /twinstall.cpp | |
parent | Fix fstab and unmount problems (diff) | |
download | android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar.gz android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar.bz2 android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar.lz android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar.xz android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.tar.zst android_bootable_recovery-c51f1f994ada7b46224f672481c0dacf3894c70b.zip |
Diffstat (limited to 'twinstall.cpp')
-rw-r--r-- | twinstall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twinstall.cpp b/twinstall.cpp index af5325698..4bc69424e 100644 --- a/twinstall.cpp +++ b/twinstall.cpp @@ -287,7 +287,7 @@ extern "C" int TWinstall_zip(const char* path, int* wipe_cache) { LOGE("No MD5 file found for '%s'.\nDisable force MD5 check to avoid this error.\n", path); return INSTALL_CORRUPT; } else - ui_print("No MD5 file found, this is not an error.\n"); + ui_print("Skipping MD5 check: no MD5 file found.\n"); } else if (md5_return == 1) ui_print("Zip MD5 matched.\n"); // MD5 found and matched. |