[syslinux:master] Disabled debug output

syslinux-bot for Marcel Ritter unrzl1 at linux.rrze.uni-erlangen.de
Mon Jul 5 14:27:19 PDT 2010


Commit-ID:  c03c9f0188fd4b1574976f2a76d2508dd5ee2d63
Gitweb:     http://syslinux.zytor.com/commit/c03c9f0188fd4b1574976f2a76d2508dd5ee2d63
Author:     Marcel Ritter <unrzl1 at linux.rrze.uni-erlangen.de>
AuthorDate: Thu, 15 Oct 2009 09:02:49 +0200
Committer:  Marcel Ritter <unrzl1 at linux.rrze.uni-erlangen.de>
CommitDate: Thu, 15 Oct 2009 09:02:49 +0200

Disabled debug output



---
 com32/lua/src/syslinux.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/com32/lua/src/syslinux.c b/com32/lua/src/syslinux.c
index bc6d353..cafa825 100644
--- a/com32/lua/src/syslinux.c
+++ b/com32/lua/src/syslinux.c
@@ -189,18 +189,19 @@ static int sl_boot_linux(lua_State *L)
   argv[0] = newcmdline;
   argp = argv;
 
-  /* DEBUG */
+  /* DEBUG
   for (i=0; i<ret; i++)
     printf("%d: %s\n", i, argv[i]);
+  */
 
   newcmdline = make_cmdline(argp);
   if (!newcmdline)
     printf("Creating command line failed!\n");
 
-  /* DEBUG */
+  /* DEBUG
   printf("Command line: %s\n", newcmdline);
-
   sleep(1000);
+  */
   
   /* Look for specific command-line arguments we care about */
   if ((arg = find_argument(argp, "mem=")))



More information about the Syslinux-commits mailing list