commit 0f85142d27e30d525930b89e9d5023d4ae245c63 parent 96b6bca54d15e1cc9367538556fe35b6c640d258 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 10 Jun 2016 16:07:51 +0200 -do not ignore error code... Diffstat:
| M | 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 @@ -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