aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
commit416c2f5a713b93ba689a8cd1e038682a53e6bc17 (patch)
tree987f51d9edfddc02afe1524df5e1156b920c71d4 /src/topology/test_gnunet_daemon_topology.c
parentfceec98e767bce7ad2c24dde73cdcf8837e04013 (diff)
downloadgnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.tar.gz
gnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.zip
-LRN: use FPRINTF -- #2051
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 9d8f1633d..65a313d44 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -110,7 +110,7 @@ notify_connect_complete (void *cls, const struct GNUNET_PeerIdentity *first,
110 *cc = NULL; 110 *cc = NULL;
111 if (NULL != emsg) 111 if (NULL != emsg)
112 { 112 {
113 fprintf (stderr, "Failed to connect two peers: %s\n", emsg); 113 FPRINTF (stderr, "Failed to connect two peers: %s\n", emsg);
114 for (i = 0; i < NUM_PEERS; i++) 114 for (i = 0; i < NUM_PEERS; i++)
115 if (NULL != cc[i]) 115 if (NULL != cc[i])
116 { 116 {