From 416c2f5a713b93ba689a8cd1e038682a53e6bc17 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 22:42:04 +0000 Subject: -LRN: use FPRINTF -- #2051 --- src/testing/test_testing_reconnect.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testing/test_testing_reconnect.c') diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c index 20c628c6a..bcee38659 100644 --- a/src/testing/test_testing_reconnect.c +++ b/src/testing/test_testing_reconnect.c @@ -72,11 +72,11 @@ end2_cb (void *cls, const char *emsg) { if (phase < NUM_PHASES) { - fprintf (stderr, "."); + FPRINTF (stderr, "%s", "."); run_phase (); return; } - fprintf (stderr, ".\n"); + FPRINTF (stderr, "%s", ".\n"); #if VERBOSE GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Both daemons terminated, will now exit.\n"); @@ -129,8 +129,8 @@ my_connect_complete (void *cls, const struct GNUNET_PeerIdentity *first, { cc = NULL; #if VERBOSE - fprintf (stderr, "Peer %s ", GNUNET_i2s (first)); - fprintf (stderr, "connected to %s\n", GNUNET_i2s (second)); + FPRINTF (stderr, "Peer %s ", GNUNET_i2s (first)); + FPRINTF (stderr, "connected to %s\n", GNUNET_i2s (second)); #endif GNUNET_SCHEDULER_add_now (&finish_testing, NULL); } -- cgit v1.2.3