summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyWatcher.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyWatcher.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyWatcher.cs2
1 files changed, 1 insertions, 1 deletions
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);
}
}