- doxygen, debug text
authorBart Polot <bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 16:22:36 +0000 (17:22 +0100)
committerBart Polot <bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 16:22:36 +0000 (17:22 +0100)
src/cadet/cadet_api.c

index c07b10f5be7e86b36bed03076c2a9c5fcd1f4558..15a5a3856361c8fef071a43329df164022c84bcc 100644 (file)
@@ -325,6 +325,8 @@ struct GNUNET_CADET_Port
 
   /**
    * Port ID.
+   *
+   * @deprecated
    */
   struct GNUNET_HashCode *hash;
 
@@ -1100,7 +1102,7 @@ handle_local_ack (void *cls,
     else
     {
       LOG (GNUNET_ERROR_TYPE_DEBUG,
-           "Got an ACK on channel %X, sending pending message!\n",
+           "Got an ACK on mq channel %X, sending pending message!\n",
            ntohl (ch->ccn.channel_of_client));
       GNUNET_MQ_send (h->mq, ch->pending_env);
       ch->allow_send--;