"Debugging fct_erreur"

This commit is contained in:
Doug Le Tough 2017-08-15 01:27:47 +02:00
parent c2edd399cf
commit e949f95f2e
1 changed files with 7 additions and 7 deletions

View File

@ -81,13 +81,13 @@ else
esac
fi
case ${L_Type} in
"ERREUR" ) fct_message -color rouge "${L_Type} : ${L_Msg}" ;;
"ALERTE" ) fct_message -color orange "${L_Type} : ${L_Msg}" ;;
"INFO" ) fct_message -color bleu "${L_Type} : ${L_Msg}" ;;
"FIN-OK" ) ;;
* ) fct_message "${L_Type} : ${L_Msg}" ;;
esac
#~ case ${L_Type} in
#~ "ERREUR" ) fct_message -color rouge "${L_Type} : ${L_Msg}" ;;
#~ "ALERTE" ) fct_message -color orange "${L_Type} : ${L_Msg}" ;;
#~ "INFO" ) fct_message -color bleu "${L_Type} : ${L_Msg}" ;;
#~ "FIN-OK" ) ;;
#~ * ) fct_message "${L_Type} : ${L_Msg}" ;;
#~ esac
case "${L_Cmd}" in
"stop" ) fct_message -hist "(${SH_SESSION_ID}) : fin - ${L_NumErr}"