From 0f85142d27e30d525930b89e9d5023d4ae245c63 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Jun 2016 16:07:51 +0200 Subject: -do not ignore error code... --- src/benchmark/taler-exchange-benchmark.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index 3377f3da5..076e1e49b 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -400,8 +400,9 @@ melt_cb (void *cls, if (MHD_HTTP_OK != http_status) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Coin not correctly melted\n"); - /*fail ("Coin not correctly melted\n"); */ + "Coin not correctly melted!\n"); + json_dumpf (full_response, stderr, 0); + /* FIXME: properly shut down benchmark */ return; } coins[rrcls->coin_index].rrh -- cgit v1.2.3