summaryrefslogtreecommitdiffstats
path: root/twinstall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twinstall.cpp')
-rw-r--r--twinstall.cpp2
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.