summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2009-10-06 15:49:47 +0000
committerfcolin2009-10-06 15:49:47 +0000
commit193c9cecbd395e89467a00b1f40d806a83425e44 (patch)
treecaf435616dc3cc09c8d5e4a1a14e372b3f84dc04 /src/ivy.c
parent2e00e0151fc0648e7dc5a1eb348610da1633a4cd (diff)
downloadivy-c-193c9cecbd395e89467a00b1f40d806a83425e44.zip
ivy-c-193c9cecbd395e89467a00b1f40d806a83425e44.tar.gz
ivy-c-193c9cecbd395e89467a00b1f40d806a83425e44.tar.bz2
ivy-c-193c9cecbd395e89467a00b1f40d806a83425e44.tar.xz
suppression de printf de DEBUG
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 1dad59d..869cc20 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -604,12 +604,12 @@ static void Receive( Client client, const void *data, char *line )
if (MAXPORT(other_localPort, other_remotePort) > MAXPORT( clnt_localPort, clnt_remotePort ))
{
target = other;
- printf("choose %s other ports %d,%d\n", target->app_name, other_localPort, other_remotePort);
+ //printf("choose %s other ports %d,%d\n", target->app_name, other_localPort, other_remotePort);
}
else
{
target = clnt;
- printf("choose %s this ports %d,%d\n", target->app_name, clnt_remotePort, clnt_localPort);
+ //printf("choose %s this ports %d,%d\n", target->app_name, clnt_remotePort, clnt_localPort);
}