Kaynağa Gözat

Removed ! from error again

Daniel Gibbs 9 yıl önce
ebeveyn
işleme
d0ccb28fd4
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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"