dbg
authorChristian Grothoff <christian@grothoff.org>
Tue, 15 Nov 2011 09:56:42 +0000 (09:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 15 Nov 2011 09:56:42 +0000 (09:56 +0000)
src/peerinfo/peerinfo_api.c

index 831cd92409d47e7bdc47ef5a6aa2d8441725aa44..4c5d7957d99ba62d886758ee36c5a87cfa6d1a3e 100644 (file)
@@ -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)