handling replies continuously from server
[oweals/gnunet.git] / src / util / test_common_allocation.c
index 950f0cedbbae991f357190e2f8df71f6e448a04d..438d39751fe8322354a5b4d8e0b28b7d1094e927 100644 (file)
@@ -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;
 }