- bug
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 16 Apr 2012 11:37:53 +0000 (11:37 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 16 Apr 2012 11:37:53 +0000 (11:37 +0000)
src/transport/plugin_transport_tcp.c

index 9247d8a735b8b8eca623a7eb06ab6e8110f7fe9f..9831070dd5e759adc0b67608f2e19f56d5210bb9 100644 (file)
@@ -2238,9 +2238,6 @@ libgnunet_plugin_transport_tcp_init (void *cls)
     plugin->server =
         GNUNET_SERVER_create_with_sockets (&plugin_tcp_access_check, plugin,
                                            NULL, idle_timeout, GNUNET_YES);
-    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, "tcp",
-                     _("%s in section %s : %u\n"),
-                     "TIMEOUT", idle_timeout);
   }
   plugin->handlers = GNUNET_malloc (sizeof (my_handlers));
   memcpy (plugin->handlers, my_handlers, sizeof (my_handlers));