Browse Source

Removed ! from error again

Daniel Gibbs 9 years ago
parent
commit
d0ccb28fd4
1 changed files with 2 additions and 2 deletions
  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(){
 fn_print_error_nl(){
 	if [ -n "${commandaction}" ]; then
 	if [ -n "${commandaction}" ]; then
-		echo -en "${creeol}[${red}ERROR!${default}] ${commandaction} ${servicename}: $@"
+		echo -en "${creeol}[${red}ERROR ${default}] ${commandaction} ${servicename}: $@"
 	else
 	else
-		echo -en "${creeol}[${red}ERROR!${default}] $@"
+		echo -en "${creeol}[${red}ERROR ${default}] $@"
 	fi
 	fi
 	sleep 0.5
 	sleep 0.5
 	echo -en "\n"
 	echo -en "\n"