From a70b4e8f705752388f1b13edaca19a0ee5843515 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 26 Apr 2012 15:50:53 -0700 Subject: [PATCH] pxe: Remove stray debugging message Unloading PXE was a debugging message, use dprintf(). Signed-off-by: H. Peter Anvin --- core/fs/pxe/pxe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/fs/pxe/pxe.c b/core/fs/pxe/pxe.c index b743cfb9..89a7b584 100644 --- a/core/fs/pxe/pxe.c +++ b/core/fs/pxe/pxe.c @@ -1036,8 +1036,7 @@ void unload_pxe(void) uint16_t Status; /* All calls have this as the first member */ } unload_call; - printf("Called unload_pxe()...\n"); - + dprintf("Called unload_pxe()...\n"); dprintf("FBM before unload = %d\n", BIOS_fbm); err = reset_pxe(); -- 2.11.4.GIT