gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17881 - gnunet/src/mesh
Date: Mon, 31 Oct 2011 17:04:59 +0100

Author: bartpolot
Date: 2011-10-31 17:04:59 +0100 (Mon, 31 Oct 2011)
New Revision: 17881

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
Extended logging

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2011-10-31 14:47:25 UTC (rev 17880)
+++ gnunet/src/mesh/test_mesh_small.c   2011-10-31 16:04:59 UTC (rev 17881)
@@ -479,9 +479,15 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "***************** test: test_task\n");
   if (test == MULTICAST)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "***************** test: add peer 3\n");
     GNUNET_MESH_peer_request_connect_add(t, &d3->id);
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "***************** test: add peer 2\n");
   GNUNET_MESH_peer_request_connect_add(t, &d2->id);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "***************** test: schedule timeout in 30s\n");
   if (GNUNET_SCHEDULER_NO_TASK != disconnect_task)
   {
     GNUNET_SCHEDULER_cancel (disconnect_task);
@@ -747,6 +753,12 @@
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "***************** test: Problem with new connection (%s)\n",
                 emsg);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "***************** test:   (%s)\n",
+                GNUNET_i2s (first));
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "***************** test:   (%s)\n",
+                GNUNET_i2s (second));
   }
 
 }




reply via email to

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