Browse Source

Reverting [ERROR!] to [ERROR ]

b4d3bb549e36198d332e4e5decd6bc30231791e0

No other message have an ! and is not consistant. Nothing I can do about the space.
Daniel Gibbs 9 years ago
parent
commit
1f566a9a4e
1 changed files with 2 additions and 2 deletions
  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
 }