remember direct route to be released on direct disconnect
[oweals/gnunet.git] / src / dv / test_transport_blacklist.c
index 4e287a5bd0943e4158cafccb665015c89b03750d..e769647441041fede2c3742ff5ce4105e0661044 100644 (file)
@@ -39,9 +39,10 @@ test_connection (void *cls,
                  unsigned int links_succeeded,
                  unsigned int links_failed)
 {
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Links successful %u / %u failed\n", links_succeeded, links_failed);
   if ( (4 == num_peers) && (0 == links_failed) )
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                "Testbed connect peers despite blacklist!\n");
     ok = 1;
   }