gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14377 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r14377 - gnunet/src/dht
Date: Tue, 8 Feb 2011 17:27:57 +0100

Author: nevans
Date: 2011-02-08 17:27:57 +0100 (Tue, 08 Feb 2011)
New Revision: 14377

Modified:
   gnunet/src/dht/dht_api.c
Log:
debug

Modified: gnunet/src/dht/dht_api.c
===================================================================
--- gnunet/src/dht/dht_api.c    2011-02-08 16:07:01 UTC (rev 14376)
+++ gnunet/src/dht/dht_api.c    2011-02-08 16:27:57 UTC (rev 14377)
@@ -308,6 +308,7 @@
                                          handle);
   if (handle->pending_head == NULL)
     return;
+
   GNUNET_CLIENT_notify_transmit_ready (handle->client,
                                        ntohs(handle->pending_head->msg->size),
                                        GNUNET_TIME_UNIT_FOREVER_REL,
@@ -382,6 +383,7 @@
   handle->th = NULL;
   if (buf == NULL)
     {
+      GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Transmission to DHT service failed! 
 Reconnecting!\n");
       do_disconnect (handle);
       return 0;
     }




reply via email to

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