From 9d2a866fef410ea40473a6b098c1a9a16253e291 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:45:39 +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/Ivy/IvyBinding.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/Ivy/IvyBinding.cs b/CSharp/Ivy/Ivy/IvyBinding.cs index 4e48054..624b401 100644 --- a/CSharp/Ivy/Ivy/IvyBinding.cs +++ b/CSharp/Ivy/Ivy/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