summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:05 +0000
committerfcolin2007-02-01 09:57:05 +0000
commit75d5581df053459970a5e41aa9bf429681f433ee (patch)
tree77dcab390f3b0d5027d107c2711751ee279e0d7c
parent760130cd630a7bc2c2498f3ed3b38a8ed901a1dc (diff)
downloadivy-csharp-75d5581df053459970a5e41aa9bf429681f433ee.zip
ivy-csharp-75d5581df053459970a5e41aa9bf429681f433ee.tar.gz
ivy-csharp-75d5581df053459970a5e41aa9bf429681f433ee.tar.bz2
ivy-csharp-75d5581df053459970a5e41aa9bf429681f433ee.tar.xz
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)
-rw-r--r--CSharp/Ivy/IvyPPC/IvyBinding.cs8
1 files 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);
- }
+
}
}