summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-10 16:07:51 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-10 16:07:51 +0200
commit0f85142d27e30d525930b89e9d5023d4ae245c63 (patch)
tree45726674aba9af8dcd60137f037a2ac98a7b7d1e /src
parent96b6bca54d15e1cc9367538556fe35b6c640d258 (diff)
downloadexchange-0f85142d27e30d525930b89e9d5023d4ae245c63.tar.gz
exchange-0f85142d27e30d525930b89e9d5023d4ae245c63.tar.bz2
exchange-0f85142d27e30d525930b89e9d5023d4ae245c63.zip
-do not ignore error code...
Diffstat (limited to 'src')
-rw-r--r--src/benchmark/taler-exchange-benchmark.c5
1 files 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