summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 2f8654a84..1726a227e 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -844,7 +844,7 @@ static int apply_from_sdcard(Device* device, bool* wipe_cache) {
char* path = browse_directory(SDCARD_ROOT, device);
if (path == NULL) {
- ui->Print("\n-- No package file selected.\n", path);
+ ui->Print("\n-- No package file selected.\n");
return INSTALL_ERROR;
}