gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32205 - gnunet/src/mesh
Date: Tue, 4 Feb 2014 15:14:14 +0100

Author: bartpolot
Date: 2014-02-04 15:14:14 +0100 (Tue, 04 Feb 2014)
New Revision: 32205

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- use hach directly instead of _2s function

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-02-04 14:14:13 UTC 
(rev 32204)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-02-04 14:14:14 UTC 
(rev 32205)
@@ -841,7 +841,8 @@
   struct GNUNET_MESH_ConnectionBroken *msg;
   struct MeshPeer *neighbor;
 
-  LOG (GNUNET_ERROR_TYPE_INFO, "Send BROKEN on connection %s\n", GMC_2s (c));
+  LOG (GNUNET_ERROR_TYPE_INFO,
+       "Send BROKEN on unknown connection %s\n", GNUNET_h2s (connection_id));
 
   msg = GNUNET_new (struct GNUNET_MESH_ConnectionBroken);
   msg->header.size = htons (sizeof (struct GNUNET_MESH_ConnectionBroken));




reply via email to

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