From: Ben Gras Date: Fri, 9 Jan 2009 21:47:04 +0000 (+0000) Subject: debug msg X-Git-Tag: v3.1.4~141 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keygen.html?a=commitdiff_plain;h=037f39767ca1ead724d1aa6f78c70fecd65ff413;p=minix.git debug msg --- 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);