- Remove printf, use GNUNET_log INFO
[oweals/gnunet.git] / src / core / test_core_api.c
index 68ae39df2c36fce0b7ec61249cc152fd2dcaef0e..ab96fb47e926ca9ec22908157db1379ddfa41dca 100644 (file)
@@ -267,7 +267,7 @@ connect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Asking transport (1) to connect to peer `%4s'\n",
               GNUNET_i2s (&p2.id));
-  GNUNET_TRANSPORT_try_connect (p1.th, &p2.id);
+  GNUNET_TRANSPORT_try_connect (p1.th, &p2.id, NULL, NULL); /*FIXME TRY_CONNECT change */
 }