diff --git a/lib/erreur.lib b/lib/erreur.lib index 5a616f4..49b4562 100755 --- a/lib/erreur.lib +++ b/lib/erreur.lib @@ -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}"