aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_brandt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_brandt.c b/test_brandt.c
index 04226f0..1fb985c 100644
--- a/test_brandt.c
+++ b/test_brandt.c
@@ -345,6 +345,7 @@ test_auction (uint16_t n,
tcase.m > 0 ? "M+1ST PRICE" : "FIRST PRICE",
tcase.m,
tcase.outcome_public ? "PUBLIC" : "PRIVATE");
+ /** \todo: output bids when migrating to GNUNET_log */
weprintf ("######################################");
tcase.ad = GNUNET_new_array (tcase.n + 1, struct BRANDT_Auction *);
tcase.id = GNUNET_new_array (tcase.n + 1, uint16_t);