[syslinux:master] memdiskfind: remove debugging printf

syslinux-bot for H. Peter Anvin hpa at zytor.com
Tue Jun 22 23:24:02 PDT 2010


Commit-ID:  c82de17eedd0229be9e3b40a8639200e86b75b53
Gitweb:     http://syslinux.zytor.com/commit/c82de17eedd0229be9e3b40a8639200e86b75b53
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 22 Jun 2010 23:21:15 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 22 Jun 2010 23:21:15 -0700

memdiskfind: remove debugging printf

Remove accidentally checked in debugging printf.

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


---
 utils/memdiskfind.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/utils/memdiskfind.c b/utils/memdiskfind.c
index 2528571..decc788 100644
--- a/utils/memdiskfind.c
+++ b/utils/memdiskfind.c
@@ -110,8 +110,6 @@ int main(int argc, char *argv[])
     if (!mapbase)
 	return 2;
 
-    printf("mapbase = %#zx\n", mapbase);
-
     memfd = open("/dev/mem", O_RDONLY);
     if (memfd < 0) {
 	fprintf(stderr, "%s: cannot open /dev/mem: %s\n",



More information about the Syslinux-commits mailing list