"Debugging fct_erreur"
This commit is contained in:
parent
e949f95f2e
commit
b4cefeee48
@ -81,13 +81,13 @@ else
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#~ 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}" ;;
|
||||||
#~ "INFO" ) fct_message -color bleu "${L_Type} : ${L_Msg}" ;;
|
"INFO" ) fct_message -color bleu "${L_Type} : ${L_Msg}" ;;
|
||||||
#~ "FIN-OK" ) ;;
|
"FIN-OK" ) ;;
|
||||||
#~ * ) fct_message "${L_Type} : ${L_Msg}" ;;
|
* ) fct_message "${L_Type} : ${L_Msg}" ;;
|
||||||
#~ esac
|
esac
|
||||||
|
|
||||||
case "${L_Cmd}" in
|
case "${L_Cmd}" in
|
||||||
"stop" ) fct_message -hist "(${SH_SESSION_ID}) : fin - ${L_NumErr}"
|
"stop" ) fct_message -hist "(${SH_SESSION_ID}) : fin - ${L_NumErr}"
|
||||||
|
Loading…
Reference in New Issue
Block a user