suppression logs d'erreurs

This commit is contained in:
Laurie MONTANT 2024-11-13 10:50:10 +01:00
parent d896aa95f4
commit 5c6e200d3e
13 changed files with 119 additions and 119 deletions

View File

@ -41,6 +41,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -41,6 +41,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -46,6 +46,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -40,6 +40,6 @@
] ]
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -36,5 +36,5 @@
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -72,10 +72,10 @@
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#stop "event not supported (case D)"> <#stop >
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -41,6 +41,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -36,5 +36,5 @@
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -41,6 +41,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -36,5 +36,5 @@
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -63,6 +63,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -98,6 +98,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -46,6 +46,6 @@
] ]
<#break> <#break>
<#default> <#default>
<#stop "Event not processed"> <#stop >
</#switch> </#switch>