diff options
Diffstat (limited to 'src/util/test_common_allocation.c')
-rw-r--r-- | src/util/test_common_allocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_allocation.c b/src/util/test_common_allocation.c index 950f0cedb..438d39751 100644 --- a/src/util/test_common_allocation.c +++ b/src/util/test_common_allocation.c @@ -105,7 +105,7 @@ main (int argc, char *argv[]) GNUNET_log_setup ("test-common-allocation", "WARNING", NULL); ret = check (); if (ret != 0) - fprintf (stderr, "ERROR %d.\n", ret); + FPRINTF (stderr, "ERROR %d.\n", ret); return ret; } |