From: Christian Grothoff Date: Tue, 15 Nov 2011 09:56:42 +0000 (+0000) Subject: dbg X-Git-Tag: initial-import-from-subversion-38251~15922 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea844835472d3a60037757a17d840f09c29d1bd3;p=oweals%2Fgnunet.git dbg --- 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)