gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33331 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33331 - gnunet/src/transport
Date: Mon, 19 May 2014 16:39:42 +0200

Author: wachs
Date: 2014-05-19 16:39:41 +0200 (Mon, 19 May 2014)
New Revision: 33331

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
remove debugging output


Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2014-05-19 
14:35:19 UTC (rev 33330)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2014-05-19 
14:39:41 UTC (rev 33331)
@@ -1229,7 +1229,7 @@
                              gettext_noop
                              ("# transmission failures for messages to other 
peers"),
                              1, GNUNET_NO);
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Sending message to `%s' of type %u with %u bytes was a %s\n",
              GNUNET_i2s (receiver),
               ntohs (((struct GNUNET_MessageHeader *) mq->message_buf)->type),
@@ -1298,7 +1298,7 @@
   GNUNET_CONTAINER_DLL_remove (n->messages_head, n->messages_tail, mq);
   n->is_active = mq;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
       "Giving message with %u bytes to plugin session %p\n",
       mq->message_buf_size, n->primary_address.session);
 
@@ -1642,7 +1642,7 @@
   mq->message_buf_size = msg_size;
   mq->timeout = GNUNET_TIME_relative_to_absolute (timeout);
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Enqueueing %u bytes to send to peer 
%s\n",
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Enqueueing %u bytes to send to peer 
%s\n",
       msg_size, GNUNET_i2s (target));
 
   GNUNET_CONTAINER_DLL_insert_tail (n->messages_head, n->messages_tail, mq);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]