"Debugging fct_erreur"

This commit is contained in:
Doug Le Tough 2017-08-15 00:34:47 +02:00
parent 7c9a62cc4a
commit 2ee52cc9e4
1 changed files with 1 additions and 3 deletions

View File

@ -81,8 +81,6 @@ else
esac esac
fi fi
echo "************* .${L_NumErr}. .${L_Type}. .${L_Cmd}. .${L_Msg}."
case ${L_Type} in case ${L_Type} in
"ERREUR" ) fct_message -color rouge "${L_Type} : ${L_Msg}" ;; "ERREUR" ) fct_message -color rouge "${L_Type} : ${L_Msg}" ;;
"ALERTE" ) fct_message -color orange "${L_Type} : ${L_Msg}" ;; "ALERTE" ) fct_message -color orange "${L_Type} : ${L_Msg}" ;;
@ -117,7 +115,7 @@ case "${L_Cmd}" in
[ ${#SH_INDENT_MSG} -gt 0 ] && SH_INDENT_MSG=${SH_INDENT_MSG:0:$((${#SH_INDENT_MSG}-2))} [ ${#SH_INDENT_MSG} -gt 0 ] && SH_INDENT_MSG=${SH_INDENT_MSG:0:$((${#SH_INDENT_MSG}-2))}
exit ${L_CodRet} ;; exit ${L_CodRet} ;;
"continu" ) return 0 ;; "continu" ) return 0 ;;
"*" ) eval ${L_Msg} ;; "*" ) eval ${L_Cmd} ;;
esac esac
} }
typeset -Ffx fct_erreur typeset -Ffx fct_erreur