From b9c595c6544d3e52570fc98dd8039abaca79aa40 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 25dd69e..c0caa66 100644 --- a/recovery.c +++ b/recovery.c @@ -404,7 +404,6 @@ static void prompt_and_wait() { char** headers = prepend_title(MENU_HEADERS); - ui_print(EXPAND(RECOVERY_VERSION)"\n"); for (;;) { finish_recovery(NULL); @@ -496,7 +495,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");