gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22698 - gnunet/src/mesh
Date: Mon, 16 Jul 2012 14:18:33 +0200

Author: bartpolot
Date: 2012-07-16 14:18:33 +0200 (Mon, 16 Jul 2012)
New Revision: 22698

Modified:
   gnunet/src/mesh/gnunet-service-mesh_new.c
Log:
- more debug messages

Modified: gnunet/src/mesh/gnunet-service-mesh_new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_new.c   2012-07-16 12:14:07 UTC (rev 
22697)
+++ gnunet/src/mesh/gnunet-service-mesh_new.c   2012-07-16 12:18:33 UTC (rev 
22698)
@@ -4115,8 +4115,12 @@
                 GNUNET_i2s (&msg->oid), ntohl(msg->tid));
     return GNUNET_OK;
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "  on tunnel %s [%X]\n",
+              GNUNET_i2s (&msg->oid), ntohl(msg->tid));
 
   peer_info = peer_info_get (&msg->peer_id);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "  from peer %s\n",
+              GNUNET_i2s (&msg->peer_id));
 
   if (NULL != t->regex_ctx && t->regex_ctx->info->peer == peer_info->id)
   {




reply via email to

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