gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31539 - gnunet/src/transport
Date: Wed, 18 Dec 2013 16:26:34 +0100

Author: wachs
Date: 2013-12-18 16:26:34 +0100 (Wed, 18 Dec 2013)
New Revision: 31539

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
disable debugging messages


Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-18 
15:19:37 UTC (rev 31538)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-18 
15:26:34 UTC (rev 31539)
@@ -1338,8 +1338,8 @@
   while (0 == nonce)
     nonce = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_NONCE, UINT32_MAX);
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-      "Sending keep alive response to peer `%s' with nonce %u\n",
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+      "Sending keep alive to peer `%s' with nonce %u\n",
       GNUNET_i2s (&n->id), nonce);
 
   m.header.size = htons (sizeof (struct SessionKeepAliveMessage));
@@ -1397,7 +1397,7 @@
     return;
   }
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
       "Received keep alive request from peer `%s' with nonce %u\n",
       GNUNET_i2s (&n->id), ntohl (msg_in->nonce));
 
@@ -1470,7 +1470,7 @@
   }
   else
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
         "Received keep alive response from peer `%s' for session %p\n",
         GNUNET_i2s (&n->id), n->primary_address.session);
 
@@ -1479,7 +1479,7 @@
   /* Update session timeout here */
   if (NULL != (papi = GST_plugins_find 
(n->primary_address.address->transport_name)))
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
         "Updating session for peer `%s' for session %p\n",
         GNUNET_i2s (&n->id), n->primary_address.session);
     papi->update_session_timeout (papi->cls, &n->id, 
n->primary_address.session);




reply via email to

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