Explorar el Código

Reverting [ERROR!] to [ERROR ]

b4d3bb549e36198d332e4e5decd6bc30231791e0

No other message have an ! and is not consistant. Nothing I can do about the space.
Daniel Gibbs hace 9 años
padre
commit
1f566a9a4e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lgsm/functions/core_messages.sh

+ 2 - 2
lgsm/functions/core_messages.sh

@@ -157,9 +157,9 @@ fn_print_fail_nl(){
 # [ ERROR ]
 fn_print_error(){
 	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
 }