From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/datastore/perf_datastore_api.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/datastore/perf_datastore_api.c') diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index 2c261b155..96ec9e924 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -211,7 +211,7 @@ check_success (void *cls, struct CpsRunContext *crc = cls; #if REPORT_ID - FPRINTF (stderr, "%s", (GNUNET_OK == success) ? "I" : "i"); + fprintf (stderr, "%s", (GNUNET_OK == success) ? "I" : "i"); #endif if (GNUNET_OK != success) { @@ -285,7 +285,7 @@ remove_next (void *cls, return; } #if REPORT_ID - FPRINTF (stderr, "%s", "D"); + fprintf (stderr, "%s", "D"); #endif GNUNET_assert (GNUNET_OK == success); GNUNET_SCHEDULER_add_now (&run_continuation, @@ -528,7 +528,7 @@ run_tests (void *cls, if (success != GNUNET_YES) { - FPRINTF (stderr, + fprintf (stderr, "Test 'put' operation failed with error `%s' database likely not setup, skipping test.\n", msg); GNUNET_DATASTORE_disconnect (datastore, @@ -573,7 +573,7 @@ run (void *cls, 0, 1, &run_tests, crc)) { - FPRINTF (stderr, + fprintf (stderr, "%s", "Test 'put' operation failed.\n"); ok = 1; @@ -608,7 +608,7 @@ main (int argc, &run, NULL)) return 1; - FPRINTF (stderr, "%s", "\n"); + fprintf (stderr, "%s", "\n"); return ok; } -- cgit v1.2.3