[syslinux:master] hdt: Removing useless printf in dump mode

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:29:21 PDT 2011


Commit-ID:  9486258e73b52d1883f69ea2647f6a2dad6911d1
Gitweb:     http://syslinux.zytor.com/commit/9486258e73b52d1883f69ea2647f6a2dad6911d1
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Wed, 20 Apr 2011 20:14:45 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Wed, 20 Apr 2011 20:14:45 +0200

hdt: Removing useless printf in dump mode

This message was clearly boring to read ;o)


---
 com32/hdt/hdt-dump.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/com32/hdt/hdt-dump.c b/com32/hdt/hdt-dump.c
index 5535b82..8c22140 100644
--- a/com32/hdt/hdt-dump.c
+++ b/com32/hdt/hdt-dump.c
@@ -113,8 +113,6 @@ void dump(struct s_hardware *hardware)
 
     memset(&p_buf,0,sizeof(p_buf));
 
-    more_printf("Preparing dump file\n");
-
     /* By now, we only support TFTP reporting */
     upload=&upload_tftp;
     upload->name="tftp";



More information about the Syslinux-commits mailing list