-adding some rudimentary logging
[oweals/gnunet.git] / src / topology / test_gnunet_daemon_topology.c
index 9d8f1633d33416b5b69671873a7a6b25ac0762ed..65a313d44ef45969974885a5e0c5f840cb2e34e1 100644 (file)
@@ -110,7 +110,7 @@ notify_connect_complete (void *cls, const struct GNUNET_PeerIdentity *first,
   *cc = NULL;
   if (NULL != emsg)
   {
-    fprintf (stderr, "Failed to connect two peers: %s\n", emsg);
+    FPRINTF (stderr, "Failed to connect two peers: %s\n", emsg);
     for (i = 0; i < NUM_PEERS; i++)
       if (NULL != cc[i])
       {