Sfoglia il codice sorgente

Removed ! from error again

Daniel Gibbs 9 anni fa
parent
commit
d0ccb28fd4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      lgsm/functions/core_messages.sh

+ 2 - 2
lgsm/functions/core_messages.sh

@@ -165,9 +165,9 @@ fn_print_error(){
 
 fn_print_error_nl(){
 	if [ -n "${commandaction}" ]; then
-		echo -en "${creeol}[${red}ERROR!${default}] ${commandaction} ${servicename}: $@"
+		echo -en "${creeol}[${red}ERROR ${default}] ${commandaction} ${servicename}: $@"
 	else
-		echo -en "${creeol}[${red}ERROR!${default}] $@"
+		echo -en "${creeol}[${red}ERROR ${default}] $@"
 	fi
 	sleep 0.5
 	echo -en "\n"