change where the recovery version is spit

This commit is contained in:
Koushik Dutta 2010-07-01 12:39:15 -07:00
parent 1e8aabad34
commit b9c595c654

View File

@ -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");