invert
authorChristian Grothoff <christian@grothoff.org>
Tue, 3 Aug 2010 15:30:46 +0000 (15:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 3 Aug 2010 15:30:46 +0000 (15:30 +0000)
src/arm/gnunet-service-arm_interceptor.c

index 5cde76b497f50e947dd2d9fa41762a208a88919a..d4d73f76a9fe0b0961c600930efba75e97af1de3 100644 (file)
@@ -949,9 +949,6 @@ acceptConnection (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
       accept_and_forward (sli);
       return;
     }
-  fprintf (stderr, "forwarding sockets for `%s' (%d)\n",
-          sli->serviceName,
-          use_lsocks);
   lsocks = NULL;
   ls = 0;
   next = serviceListeningInfoList_head;