From 49c18dcbe58730bc077b0ccf6d3b473b23f6e018 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:03:38 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 17:23 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: Assert au lieu de WriteLine ==> support dans le Compact FrameWork (vss 17) --- CSharp/Ivy/IvyPPC/IvyWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyPPC/IvyWatcher.cs b/CSharp/Ivy/IvyPPC/IvyWatcher.cs index 47b2239..31fb072 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs @@ -213,7 +213,7 @@ namespace IvyBus [Conditional("DEBUG")] private static void traceDebug(string s) { - Trace.WriteLineIf(Ivy.VerboseDebug, "-->ivywatcher<-- " + s); + Trace.Assert(!Ivy.VerboseDebug, "-->ivywatcher<-- " + s); } } -- cgit v1.1