From 75d5581df053459970a5e41aa9bf429681f433ee Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:57:05 +0000 Subject: Utilisateur : Fcolin Date : 17/10/06 Heure : 18:36 Archivé dans $/CSharp/Ivy/Ivy Commentaire: modification debug et correction bug stream UDP pas reseté (vss 11) --- CSharp/Ivy/IvyPPC/IvyBinding.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CSharp/Ivy/IvyPPC/IvyBinding.cs b/CSharp/Ivy/IvyPPC/IvyBinding.cs index 4e48054..624b401 100644 --- a/CSharp/Ivy/IvyPPC/IvyBinding.cs +++ b/CSharp/Ivy/IvyPPC/IvyBinding.cs @@ -92,7 +92,7 @@ namespace IvyBus args_values[arg[0]] = arg[1]; else { - traceDebug("abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message); + Ivy.traceError("IvyBindingSimple" , "abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message); } } @@ -113,10 +113,6 @@ namespace IvyBus } return args; } - [Conditional("DEBUG")] - private static void traceDebug(string s) - { - Trace.Assert(false,"-->IvyBindingSimple<-- " + s); - } + } } -- cgit v1.1