diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-09 12:47:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-09 12:47:49 +0200 |
commit | a24171d0fadbed579985e0267670ce524a1a5ab8 (patch) | |
tree | e2d70c12753886f7f9de48f65579b5305b1ed50f /src/mint-lib/mint_api_deposit.c | |
parent | 8b91516fc37ddb5883c4fff59d84d5c245a7afa7 (diff) |
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.c | 3 |
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; |