gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23263 - gnunet/src/mesh
Date: Thu, 16 Aug 2012 19:03:19 +0200

Author: bartpolot
Date: 2012-08-16 19:03:19 +0200 (Thu, 16 Aug 2012)
New Revision: 23263

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- Clean debug output

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-08-16 14:54:32 UTC (rev 23262)
+++ gnunet/src/mesh/mesh_api.c  2012-08-16 17:03:19 UTC (rev 23263)
@@ -1193,8 +1193,10 @@
     reconnect (h);
     return;
   }
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "received a message: %s\n",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "\n",
        GNUNET_MESH_DEBUG_M2S (ntohs (msg->type)));
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "Received a message: %s\n",
+       GNUNET_MESH_DEBUG_M2S (ntohs (msg->type)));
   switch (ntohs (msg->type))
   {
     /* Notify of a new incoming tunnel */




reply via email to

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