From 193c9cecbd395e89467a00b1f40d806a83425e44 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 6 Oct 2009 15:49:47 +0000 Subject: suppression de printf de DEBUG --- src/ivy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); } -- cgit v1.1