summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}