gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31310 - gnunet/src/mesh
Date: Thu, 12 Dec 2013 16:34:38 +0100

Author: bartpolot
Date: 2013-12-12 16:34:37 +0100 (Thu, 12 Dec 2013)
New Revision: 31310

Modified:
   gnunet/src/mesh/gnunet-service-mesh_local.c
   gnunet/src/mesh/gnunet-service-mesh_peer.c
Log:
- log


Modified: gnunet/src/mesh/gnunet-service-mesh_local.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_local.c 2013-12-12 15:01:43 UTC (rev 
31309)
+++ gnunet/src/mesh/gnunet-service-mesh_local.c 2013-12-12 15:34:37 UTC (rev 
31310)
@@ -357,7 +357,8 @@
 {
   struct MeshClient *c;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nnew channel requested\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "new channel requested\n");
 
   /* Sanity check for client registration */
   if (NULL == (c = GML_client_get (client)))

Modified: gnunet/src/mesh/gnunet-service-mesh_peer.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-12-12 15:01:43 UTC (rev 
31309)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-12-12 15:34:37 UTC (rev 
31310)
@@ -1297,9 +1297,7 @@
   struct MeshConnection *c;
   int rerun_search;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG,
-              "peer_connect towards %s\n",
-              GMP_2s (peer));
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "peer_connect towards %s\n", GMP_2s (peer));
   t = peer->tunnel;
   c = NULL;
   rerun_search = GNUNET_NO;




reply via email to

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