From 1888cd7da7ae5e2c32faf66d3bef47ac7d225b35 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Apr 2011 12:17:09 +0000 Subject: [PATCH] log --- src/core/core_api.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/core_api.c b/src/core/core_api.c index 44d72e913..185e09d65 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1561,6 +1561,10 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, GNUNET_break (handle->queue_size != 0); GNUNET_break (pr->queue_size == 1); GNUNET_free(th); +#if DEBUG_CORE + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Dropping transmission request: cannot drop queue head and limit is one\n"); +#endif return NULL; } if (priority <= minp->priority) -- 2.25.1