gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8752 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r8752 - gnunet/src/util
Date: Sun, 19 Jul 2009 06:22:30 -0600

Author: grothoff
Date: 2009-07-19 06:22:30 -0600 (Sun, 19 Jul 2009)
New Revision: 8752

Modified:
   gnunet/src/util/client.c
   gnunet/src/util/network.c
Log:
dgbg

Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2009-07-19 11:35:37 UTC (rev 8751)
+++ gnunet/src/util/client.c    2009-07-19 12:22:30 UTC (rev 8752)
@@ -210,7 +210,7 @@
 
 /**
  * Callback function for data received from the network.  Note that
- * both "available" and "err" would be 0 if the read simply timed out.
+ * both "available" and "errCode" would be 0 if the read simply timed out.
  *
  * @param cls closure
  * @param buf pointer to received data

Modified: gnunet/src/util/network.c
===================================================================
--- gnunet/src/util/network.c   2009-07-19 11:35:37 UTC (rev 8751)
+++ gnunet/src/util/network.c   2009-07-19 12:22:30 UTC (rev 8752)
@@ -40,7 +40,7 @@
 #include "gnunet_network_lib.h"
 #include "gnunet_scheduler_lib.h"
 
-#define DEBUG_NETWORK GNUNET_YES
+#define DEBUG_NETWORK GNUNET_NO
 
 /**
  * List of address families to give as hints to
@@ -1237,7 +1237,8 @@
     {
 #if DEBUG_NETWORK
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                  "Transmission request fails, connection failed.\n");
+                  "Transmission request of size %u fails, connection 
failed.\n",
+                 size);
 #endif
       notify (notify_cls, 0, NULL);
       return &sock->nth;





reply via email to

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