diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2011-04-20 20:14:45 +0200 |
---|---|---|
committer | Erwan Velu <erwanaliasr1@gmail.com> | 2011-04-20 20:14:45 +0200 |
commit | 9486258e73b52d1883f69ea2647f6a2dad6911d1 (patch) | |
tree | 6ca1602dca8478847999d76cd4282e3e5b81c293 /com32/hdt | |
parent | 079618ded3af27e3d428cb387289ef6f666ccf38 (diff) | |
download | syslinux-9486258e73b52d1883f69ea2647f6a2dad6911d1.tar.gz |
hdt: Removing useless printf in dump mode
This message was clearly boring to read ;o)
Diffstat (limited to 'com32/hdt')
-rw-r--r-- | 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 5535b82c..8c221405 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"; |