gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30886 - gnunet/src/mesh
Date: Wed, 27 Nov 2013 02:41:43 +0100

Author: bartpolot
Date: 2013-11-27 02:41:43 +0100 (Wed, 27 Nov 2013)
New Revision: 30886

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


Modified: gnunet/src/mesh/gnunet-service-mesh_local.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_local.c 2013-11-26 22:39:32 UTC (rev 
30885)
+++ gnunet/src/mesh/gnunet-service-mesh_local.c 2013-11-27 01:41:43 UTC (rev 
30886)
@@ -295,7 +295,7 @@
   uint32_t *p;
   unsigned int i;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "new client connected %p\n", client);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nnew client connected %p\n", client);
 
   /* Check data sanity */
   size = ntohs (message->size) - sizeof (struct GNUNET_MESH_ClientConnect);
@@ -357,7 +357,7 @@
 {
   struct MeshClient *c;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "new channel requested\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nnew channel requested\n");
 
   /* Sanity check for client registration */
   if (NULL == (c = GML_client_get (client)))
@@ -405,8 +405,7 @@
   struct MeshChannel *ch;
   MESH_ChannelNumber chid;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG,
-              "Got a DESTROY CHANNEL from client!\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot a DESTROY CHANNEL from client!\n");
 
   /* Sanity check for client registration */
   if (NULL == (c = GML_client_get (client)))
@@ -464,8 +463,7 @@
   size_t size;
   int fwd;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG,
-              "Got data from a client!\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot data from a client!\n");
 
   /* Sanity check for client registration */
   if (NULL == (c = GML_client_get (client)))
@@ -531,7 +529,7 @@
   MESH_ChannelNumber chid;
   int fwd;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "Got a local ACK\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot a local ACK\n");
 
   /* Sanity check for client registration */
   if (NULL == (c = GML_client_get (client)))




reply via email to

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