[syslinux:master] hdt: Showing specific message for auto mode

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


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

hdt: Showing specific message for auto mode

That's a nice info to know that some output were generated by the
automatic mode.


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

diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c
index 8b5335e..330f93c 100644
--- a/com32/hdt/hdt-cli.c
+++ b/com32/hdt/hdt-cli.c
@@ -738,8 +738,7 @@ void start_auto_mode(struct s_hardware *hardware)
     int nb_commands = 0;
     char *commands[MAX_NB_AUTO_COMMANDS];
 
-    if (!quiet)
-	more_printf("\nEntering Auto mode\n");
+    more_printf("\nEntering Auto mode\n");
 
     /* Protecting the auto_label from the strtok modifications */
     char *temp = strdup(hardware->auto_label);



More information about the Syslinux-commits mailing list