diff options
Diffstat (limited to 'src/nse/test_nse_api.c')
-rw-r--r-- | src/nse/test_nse_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/test_nse_api.c b/src/nse/test_nse_api.c index e427e393b..67ca17127 100644 --- a/src/nse/test_nse_api.c +++ b/src/nse/test_nse_api.c @@ -63,7 +63,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. */ |