[syslinux:pathbased] core, pxe: remove stray debugging printf

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Fri Jun 18 18:33:18 PDT 2010


Commit-ID:  c81d67125d108a5e76039ac6ebaf5b24bca7c107
Gitweb:     http://syslinux.zytor.com/commit/c81d67125d108a5e76039ac6ebaf5b24bca7c107
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Fri, 18 Jun 2010 18:30:44 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Fri, 18 Jun 2010 18:30:44 -0700

core, pxe: remove stray debugging printf

Remove debugging printf added for testing.

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


---
 core/fs/pxe/dnsresolv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/core/fs/pxe/dnsresolv.c b/core/fs/pxe/dnsresolv.c
index ecee785..134f24e 100644
--- a/core/fs/pxe/dnsresolv.c
+++ b/core/fs/pxe/dnsresolv.c
@@ -349,5 +349,4 @@ void pxe_dns_resolv(com32sys_t *regs)
     const char *name = MK_PTR(regs->ds, regs->esi.w[0]);
 
     regs->eax.l = dns_resolv(name);
-    printf("dnsresolv returns %08x\n", regs->eax.l);
 }



More information about the Syslinux-commits mailing list