hdt: Showing specific message for auto mode
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 20 Apr 2011 18:20:22 +0000 (20:20 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Wed, 20 Apr 2011 18:20:22 +0000 (20:20 +0200)
That's a nice info to know that some output were generated by the
automatic mode.

com32/hdt/hdt-cli.c

index 8b5335e..330f93c 100644 (file)
@@ -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);