summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-09 02:22:36 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-09 02:22:36 +0200
commitfbde407e4c72965aae4ea6dff7493e30af307ca5 (patch)
tree1d6cd4cb955dc89e313a6b3f894a10af4d833504 /adb_install.cpp
parentMerge "Remove the fixed screen size assumptions." (diff)
parentEnable printf format argument checking. (diff)
downloadandroid_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar.gz
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar.bz2
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar.lz
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar.xz
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.tar.zst
android_bootable_recovery-fbde407e4c72965aae4ea6dff7493e30af307ca5.zip
Diffstat (limited to 'adb_install.cpp')
-rw-r--r--adb_install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.cpp b/adb_install.cpp
index ed15938e2..9e605e2d5 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -109,7 +109,7 @@ apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) {
sleep(1);
continue;
} else {
- ui->Print("\nTimed out waiting for package.\n\n", strerror(errno));
+ ui->Print("\nTimed out waiting for package.\n\n");
result = INSTALL_ERROR;
kill(child, SIGKILL);
break;