diff options
author | fcolin | 2007-02-01 09:47:01 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:47:01 +0000 |
commit | 1c7cfd31fa78acabe068a8eefef011c3df4db953 (patch) | |
tree | 8ea7364d2e8e606c24364e48ef24c8841b77518f /CSharp | |
parent | b2ff818e6dec86c3538eacb3f820c5f71465be16 (diff) | |
download | ivy-csharp-1c7cfd31fa78acabe068a8eefef011c3df4db953.zip ivy-csharp-1c7cfd31fa78acabe068a8eefef011c3df4db953.tar.gz ivy-csharp-1c7cfd31fa78acabe068a8eefef011c3df4db953.tar.bz2 ivy-csharp-1c7cfd31fa78acabe068a8eefef011c3df4db953.tar.xz |
Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 33)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index 2823b83..fe70620 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/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);
}
|