diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-04-26 15:50:53 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-04-26 15:50:53 -0700 |
commit | a70b4e8f705752388f1b13edaca19a0ee5843515 (patch) | |
tree | adff5fd2409d0de2775cb7201637532764eec9e1 | |
parent | 81d9a7d9eded5ac6f221020a1838d70107cb53e6 (diff) | |
download | syslinux-a70b4e8f705752388f1b13edaca19a0ee5843515.tar.gz |
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.c | 3 |
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(); |