[syslinux:lwip] pxe: Remove stray debugging message

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Apr 26 15:54:02 PDT 2012


Commit-ID:  a70b4e8f705752388f1b13edaca19a0ee5843515
Gitweb:     http://www.syslinux.org/commit/a70b4e8f705752388f1b13edaca19a0ee5843515
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 26 Apr 2012 15:50:53 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 26 Apr 2012 15:50:53 -0700

pxe: Remove stray debugging message

Unloading PXE was a debugging message, use dprintf().

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 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 b743cfb..89a7b58 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();


More information about the Syslinux-commits mailing list