aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_channel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c
index 8a5119130..acd93c387 100644
--- a/src/mesh/gnunet-service-mesh_channel.c
+++ b/src/mesh/gnunet-service-mesh_channel.c
@@ -737,6 +737,7 @@ ch_message_sent (void *cls,
737 case GNUNET_MESSAGE_TYPE_MESH_DATA_ACK: 737 case GNUNET_MESSAGE_TYPE_MESH_DATA_ACK:
738 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE: 738 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE:
739 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK: 739 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK:
740 LOG (GNUNET_ERROR_TYPE_DEBUG, "!!! SENT %s\n", GM_m2s (type));
740 rel = ch_q->rel; 741 rel = ch_q->rel;
741 GNUNET_assert (rel->uniq == ch_q); 742 GNUNET_assert (rel->uniq == ch_q);
742 rel->uniq = NULL; 743 rel->uniq = NULL;
@@ -2149,6 +2150,8 @@ GMCH_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
2149 * the timer for the next one. 2150 * the timer for the next one.
2150 */ 2151 */
2151 GNUNET_free (q); 2152 GNUNET_free (q);
2153 LOG (GNUNET_ERROR_TYPE_DEBUG,
2154 " exisitng copy not yet transmitted!\n");
2152 return; 2155 return;
2153 } 2156 }
2154 LOG (GNUNET_ERROR_TYPE_DEBUG, 2157 LOG (GNUNET_ERROR_TYPE_DEBUG,