gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11932 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r11932 - gnunet/src/dv
Date: Thu, 24 Jun 2010 15:50:48 +0200

Author: nevans
Date: 2010-06-24 15:50:48 +0200 (Thu, 24 Jun 2010)
New Revision: 11932

Modified:
   gnunet/src/dv/gnunet-service-dv.c
Log:
plugin not receiving messages

Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2010-06-24 13:40:36 UTC (rev 11931)
+++ gnunet/src/dv/gnunet-service-dv.c   2010-06-24 13:50:48 UTC (rev 11932)
@@ -693,8 +693,8 @@
   if (buf == NULL)
     {
       /* client disconnected */
-#if DEBUG_DV
-      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "`%s': buffer was NULL\n", "DHT");
+#if DEBUG_DV_MESSAGES
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "%s: %s buffer was NULL (client 
disconnect?)\n", my_short_id, "transmit_to_plugin");
 #endif
       return 0;
     }
@@ -703,8 +703,8 @@
   while ( (NULL != (reply = plugin_pending_head)) &&
           (size >= off + (msize = ntohs (reply->msg->size))))
     {
-#if DEBUG_DV
-    GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "`%s' : transmit_notify (plugin) 
called with size %d\n", "dv service", msize);
+#if DEBUG_DV_MESSAGES
+    GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "%s: transmit_notify (plugin) called 
with size %d (message sent)\n", my_short_id, msize);
 #endif
       GNUNET_CONTAINER_DLL_remove (plugin_pending_head,
                                    plugin_pending_tail,




reply via email to

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