From 037f39767ca1ead724d1aa6f78c70fecd65ff413 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 9 Jan 2009 21:47:04 +0000 Subject: [PATCH] debug msg --- boot/bootimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/bootimage.c b/boot/bootimage.c index dcec1200d..609eeb323 100755 --- a/boot/bootimage.c +++ b/boot/bootimage.c @@ -754,7 +754,6 @@ void bootminix(void) linename[0] = serial_line + '0'; linename[1] = '\0'; b_setvar(E_VAR, SERVARNAME, linename); - printf("set %s to %s\n", SERVARNAME, linename); } exec_image(image);