aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-04-26 15:50:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-04-26 15:50:53 -0700
commita70b4e8f705752388f1b13edaca19a0ee5843515 (patch)
treeadff5fd2409d0de2775cb7201637532764eec9e1
parent81d9a7d9eded5ac6f221020a1838d70107cb53e6 (diff)
downloadsyslinux-a70b4e8f705752388f1b13edaca19a0ee5843515.tar.gz
syslinux-a70b4e8f705752388f1b13edaca19a0ee5843515.tar.xz
syslinux-a70b4e8f705752388f1b13edaca19a0ee5843515.zip
pxe: Remove stray debugging message
Unloading PXE was a debugging message, use dprintf(). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/fs/pxe/pxe.c3
1 files changed, 1 insertions, 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();