From ea844835472d3a60037757a17d840f09c29d1bd3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Nov 2011 09:56:42 +0000 Subject: dbg --- src/peerinfo/peerinfo_api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 831cd9240..4c5d7957d 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -274,8 +274,10 @@ do_transmit (void *cls, size_t size, void *buf) return 0; if (buf == NULL) { - LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, +#if DEBUG_PEERINFO + LOG (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK, _("Failed to transmit message to `%s' service.\n"), "PEERINFO"); +#endif GNUNET_CONTAINER_DLL_remove (h->tq_head, h->tq_tail, tqe); reconnect (h); if (tqe->cont != NULL) -- cgit v1.2.3