From 30e5b7f6dc98c895ec247f8744dd832a19192575 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 1 Jul 2010 12:39:15 -0700 Subject: [PATCH] change where the recovery version is spit --- recovery.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recovery.c b/recovery.c index 7aa2599..e0ae741 100644 --- a/recovery.c +++ b/recovery.c @@ -425,7 +425,6 @@ wipe_data(int confirm) { static void prompt_and_wait() { char** headers = prepend_title(MENU_HEADERS); - ui_print(EXPAND(RECOVERY_VERSION)"\n"); for (;;) { finish_recovery(NULL); @@ -510,7 +509,7 @@ main(int argc, char **argv) { return nandroid_main(argc, argv); return busybox_driver(argc, argv); } - LOGI(EXPAND(RECOVERY_VERSION)"\n"); + ui_print(EXPAND(RECOVERY_VERSION)"\n"); create_fstab(); __system("/sbin/postrecoveryboot.sh");