aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/test_nse_api.c')
-rw-r--r--src/nse/test_nse_api.c4
1 files changed, 2 insertions, 2 deletions
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,
93{ 93{
94 int *ok = cls; 94 int *ok = cls;
95 95
96 fprintf (stderr, 96 FPRINTF (stderr,
97 "Received NSE message, estimate %f, standard deviation %f.\n", 97 "Received NSE message, estimate %f, standard deviation %f.\n",
98 estimate, std_dev); 98 estimate, std_dev);
99 /* Fantastic check below. Expect NaN, the only thing not equal to itself. */ 99 /* Fantastic check below. Expect NaN, the only thing not equal to itself. */
@@ -162,7 +162,7 @@ check ()
162 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n"); 162 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n");
163 stop_arm (&p1); 163 stop_arm (&p1);
164 if (0 != ok) 164 if (0 != ok)
165 fprintf (stderr, "No information received from NSE service!\n"); 165 FPRINTF (stderr, "%s", "No information received from NSE service!\n");
166 return ok; 166 return ok;
167} 167}
168 168