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/nse/test_nse_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nse/test_nse_api.c') diff --git a/src/nse/test_nse_api.c b/src/nse/test_nse_api.c index a2f73aaf4..7e0ab0bbc 100644 --- a/src/nse/test_nse_api.c +++ b/src/nse/test_nse_api.c @@ -93,7 +93,7 @@ check_nse_message (void *cls, struct GNUNET_TIME_Absolute timestamp, { int *ok = cls; - fprintf (stderr, + FPRINTF (stderr, "Received NSE message, estimate %f, standard deviation %f.\n", estimate, std_dev); /* Fantastic check below. Expect NaN, the only thing not equal to itself. */ @@ -162,7 +162,7 @@ check () GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n"); stop_arm (&p1); if (0 != ok) - fprintf (stderr, "No information received from NSE service!\n"); + FPRINTF (stderr, "%s", "No information received from NSE service!\n"); return ok; } -- cgit v1.2.3