From 5542387987fa25525c648f43f2ef99f3cf2da16a Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:27 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 33) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') 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); } -- cgit v1.1