summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-04-20 20:20:22 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2011-04-20 20:20:22 +0200
commit4441650e1b594f632652a5d3c32c5610ea6abf54 (patch)
tree47514025e2d54cf097c23cf00a3afcab11f5525b
parent9486258e73b52d1883f69ea2647f6a2dad6911d1 (diff)
downloadsyslinux-4441650e1b594f632652a5d3c32c5610ea6abf54.tar.gz
hdt: Showing specific message for auto mode
That's a nice info to know that some output were generated by the automatic mode.
-rw-r--r--com32/hdt/hdt-cli.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c
index 8b5335eb..330f93c4 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);