From: Nathan S. Evans Date: Tue, 8 Feb 2011 16:27:57 +0000 (+0000) Subject: debug X-Git-Tag: initial-import-from-subversion-38251~19149 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eda4a5ba9aadcbf554f511c58db8bc51f0638d71;p=oweals%2Fgnunet.git debug --- diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c index c65699d7a..6194e02cf 100644 --- a/src/dht/dht_api.c +++ b/src/dht/dht_api.c @@ -308,6 +308,7 @@ try_reconnect (void *cls, 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 @@ transmit_pending (void *cls, handle->th = NULL; if (buf == NULL) { + GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Transmission to DHT service failed! Reconnecting!\n"); do_disconnect (handle); return 0; }