aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/cadet_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index c07b10f5b..15a5a3856 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -325,6 +325,8 @@ struct GNUNET_CADET_Port
325 325
326 /** 326 /**
327 * Port ID. 327 * Port ID.
328 *
329 * @deprecated
328 */ 330 */
329 struct GNUNET_HashCode *hash; 331 struct GNUNET_HashCode *hash;
330 332
@@ -1100,7 +1102,7 @@ handle_local_ack (void *cls,
1100 else 1102 else
1101 { 1103 {
1102 LOG (GNUNET_ERROR_TYPE_DEBUG, 1104 LOG (GNUNET_ERROR_TYPE_DEBUG,
1103 "Got an ACK on channel %X, sending pending message!\n", 1105 "Got an ACK on mq channel %X, sending pending message!\n",
1104 ntohl (ch->ccn.channel_of_client)); 1106 ntohl (ch->ccn.channel_of_client));
1105 GNUNET_MQ_send (h->mq, ch->pending_env); 1107 GNUNET_MQ_send (h->mq, ch->pending_env);
1106 ch->allow_send--; 1108 ch->allow_send--;