gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33029 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r33029 - gnunet/src/mesh
Date: Thu, 10 Apr 2014 17:39:20 +0200

Author: bartpolot
Date: 2014-04-10 17:39:20 +0200 (Thu, 10 Apr 2014)
New Revision: 33029

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- less verbose debug

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-10 13:48:59 UTC 
(rev 33028)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-10 15:39:20 UTC 
(rev 33029)
@@ -1225,10 +1225,8 @@
   }
 
   c = fc->c;
-  LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling!\n");
-  LOG (GNUNET_ERROR_TYPE_DEBUG, " *** connection [%s]\n", GMC_2s (c));
-  LOG (GNUNET_ERROR_TYPE_DEBUG, " ***   %s\n",
-       fc == &c->fwd_fc ? "FWD" : "BCK");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling connection %s %s\n",
+       GMC_2s (c), fc == &c->fwd_fc ? "FWD" : "BCK");
 
   msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_POLL);
   msg.header.size = htons (sizeof (msg));




reply via email to

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