aboutsummaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-09 12:47:49 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-09 12:47:49 +0200
commita24171d0fadbed579985e0267670ce524a1a5ab8 (patch)
treee2d70c12753886f7f9de48f65579b5305b1ed50f /src/mint-lib/mint_api_deposit.c
parent8b91516fc37ddb5883c4fff59d84d5c245a7afa7 (diff)
downloadexchange-a24171d0fadbed579985e0267670ce524a1a5ab8.tar.gz
exchange-a24171d0fadbed579985e0267670ce524a1a5ab8.tar.bz2
exchange-a24171d0fadbed579985e0267670ce524a1a5ab8.zip
fix mint to actually include signature in deposit error reply
Diffstat (limited to 'src/mint-lib/mint_api_deposit.c')
-rw-r--r--src/mint-lib/mint_api_deposit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c
index 589860c46..34915eaf1 100644
--- a/src/mint-lib/mint_api_deposit.c
+++ b/src/mint-lib/mint_api_deposit.c
@@ -392,6 +392,9 @@ handle_deposit_finished (void *cls,
break;
default:
/* unexpected response code */
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Unexpected response code %u\n",
+ response_code);
GNUNET_break (0);
response_code = 0;
break;