From 4441650e1b594f632652a5d3c32c5610ea6abf54 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 20 Apr 2011 20:20:22 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 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); -- 2.11.4.GIT