gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11468 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r11468 - gnunet/src/transport
Date: Fri, 21 May 2010 11:12:05 +0200

Author: grothoff
Date: 2010-05-21 11:12:05 +0200 (Fri, 21 May 2010)
New Revision: 11468

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
ndbg

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2010-05-21 09:11:04 UTC (rev 
11467)
+++ gnunet/src/transport/plugin_transport_tcp.c 2010-05-21 09:12:05 UTC (rev 
11468)
@@ -388,10 +388,12 @@
   struct WelcomeMessage welcome;
 
   GNUNET_assert (client != NULL);
+#if DEBUG_TCP
   GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
                   "tcp",
                   "Creating new session for peer `%4s'\n",
                   GNUNET_i2s (target));
+#endif
   ret = GNUNET_malloc (sizeof (struct Session));
   ret->last_activity = GNUNET_TIME_absolute_get ();
   ret->plugin = plugin;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]