gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30880 - gnunet/src/mesh
Date: Tue, 26 Nov 2013 18:53:36 +0100

Author: bartpolot
Date: 2013-11-26 18:53:36 +0100 (Tue, 26 Nov 2013)
New Revision: 30880

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


Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-26 17:33:55 UTC 
(rev 30879)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-26 17:53:36 UTC 
(rev 30880)
@@ -1566,7 +1566,9 @@
   if (NULL == c)
   {
     GNUNET_STATISTICS_update (stats, "# unknown connection", 1, GNUNET_NO);
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "WARNING connection unknown\n");
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "WARNING connection %s unknown\n",
+         GNUNET_h2s (&msg->cid));
     return GNUNET_OK;
   }
 




reply via email to

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