aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-03 12:17:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-03 12:17:09 +0000
commit1888cd7da7ae5e2c32faf66d3bef47ac7d225b35 (patch)
treea107e388b8edf962d132ed79c57b027936a18617 /src
parent6b8f1672f57fb94af20aecaf406861d48fd90ba3 (diff)
downloadgnunet-1888cd7da7ae5e2c32faf66d3bef47ac7d225b35.tar.gz
gnunet-1888cd7da7ae5e2c32faf66d3bef47ac7d225b35.zip
log
Diffstat (limited to 'src')
-rw-r--r--src/core/core_api.c4
1 files changed, 4 insertions, 0 deletions
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,
1561 GNUNET_break (handle->queue_size != 0); 1561 GNUNET_break (handle->queue_size != 0);
1562 GNUNET_break (pr->queue_size == 1); 1562 GNUNET_break (pr->queue_size == 1);
1563 GNUNET_free(th); 1563 GNUNET_free(th);
1564#if DEBUG_CORE
1565 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1566 "Dropping transmission request: cannot drop queue head and limit is one\n");
1567#endif
1564 return NULL; 1568 return NULL;
1565 } 1569 }
1566 if (priority <= minp->priority) 1570 if (priority <= minp->priority)