summaryrefslogtreecommitdiffstats
path: root/install.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-01 23:35:16 +0200
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-01 23:35:16 +0200
commit9d5be8488f7fc757604e654f86e2c41f54790132 (patch)
tree52685fc37135c50e0abf2518c8028f1f2d081919 /install.c
parentam 1c4ceae: undo temporary alignment hack (diff)
parentdon't say "install complete" when it really isn't (diff)
downloadandroid_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar.gz
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar.bz2
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar.lz
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar.xz
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.tar.zst
android_bootable_recovery-9d5be8488f7fc757604e654f86e2c41f54790132.zip
Diffstat (limited to 'install.c')
-rw-r--r--install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.c b/install.c
index 4dcfe7536..e7db2a8f2 100644
--- a/install.c
+++ b/install.c
@@ -105,7 +105,7 @@ handle_update_script(ZipArchive *zip, const ZipEntry *update_script_entry)
return INSTALL_ERROR;
}
- ui_print("Installation complete.\n");
+ LOGI("Installation complete.\n");
return INSTALL_SUCCESS;
}