summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:04:01 +0000
committerfcolin2007-02-01 10:04:01 +0000
commit88533ad731828bec0d87731e7e042fe80fb5bd71 (patch)
treee4073bf1a08c3d4a8dc6eac3e7a3fa9a6e699fb3
parent8db949d36fe89260e8351416d0fd8e111fb91fb3 (diff)
downloadivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.zip
ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.gz
ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.bz2
ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.xz
Utilisateur : Fcolin Date : 30/06/06 Heure : 16:43 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 28)
-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 8416921..9a0fc5b 100644
--- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs
+++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs
@@ -172,7 +172,7 @@ namespace IvyBus
stream.sendMsg(EPhost, bus.applicationPort, bus.AppId, bus.AppName);// notifies our arrival on each domain: protocol version + port
}
}
-
+
[Conditional("DEBUG")]
private static void traceDebug(string s)
{