summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-09 02:31:27 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-09 02:31:27 +0200
commit36640972b04c0b91207583e35f78acded4a28190 (patch)
tree1d6cd4cb955dc89e313a6b3f894a10af4d833504 /recovery.cpp
parentam 900c9a61: Merge "Remove the fixed screen size assumptions." (diff)
parentMerge "Enable printf format argument checking." (diff)
downloadandroid_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar.gz
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar.bz2
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar.lz
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar.xz
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.tar.zst
android_bootable_recovery-36640972b04c0b91207583e35f78acded4a28190.zip
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;
}