summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:58:27 +0000
committerfcolin2007-02-01 09:58:27 +0000
commit5542387987fa25525c648f43f2ef99f3cf2da16a (patch)
treed52f554321e49ccc7a2db93e75301554a26e73cb /CSharp/Ivy/IvyPPC/IvyClient.cs
parentdac6c5325c26ea2d772f721ae324d0052d056e63 (diff)
downloadivy-csharp-5542387987fa25525c648f43f2ef99f3cf2da16a.zip
ivy-csharp-5542387987fa25525c648f43f2ef99f3cf2da16a.tar.gz
ivy-csharp-5542387987fa25525c648f43f2ef99f3cf2da16a.tar.bz2
ivy-csharp-5542387987fa25525c648f43f2ef99f3cf2da16a.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 33)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs
index 2823b83..fe70620 100644
--- a/CSharp/Ivy/IvyPPC/IvyClient.cs
+++ b/CSharp/Ivy/IvyPPC/IvyClient.cs
@@ -504,7 +504,7 @@ namespace IvyBus
private void traceDebug(String s)
{
- if (bus.Debug)
+ if (bus.VerboseDebug)
Console.Error.WriteLine("-->IvyClient " + bus.appName + ":" + appName + "<-- " + s);
}