From 9a50aa0c9df47c4ef3b52603c7fd68e51ea66080 Mon Sep 17 00:00:00 2001 From: floriangit <90066055+floriangit@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:33:51 +0100 Subject: [PATCH] removed debug code --- elks/init/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elks/init/main.c b/elks/init/main.c index 88853f4ff..e52433b60 100644 --- a/elks/init/main.c +++ b/elks/init/main.c @@ -288,7 +288,7 @@ static void INITPROC do_init_task(void) choice: /* no return */ printk("\nBoot medium is floppy and a hard disk has been found.\n"); - printk("Do you want to [C]ontinue boot or [I]nstall ELKS? with <%s> \n", binshell, argv_init[1]); + printk("Do you want to [C]ontinue booting or [I]nstall ELKS?\n"); key = wait_for_keypress(); if(key == 67 || key == 99) run_init_process_sptr(bininit, (char *)argv_init, argv_slen);