summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-23 23:25:24 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-23 23:26:56 +0200
commite75d552227a4c06faad0a0eae7539458ff58f9af (patch)
treebeca1efa70e409a667aa0267d74dfebea3a72359 /src/exchange
parent05d5b735fee619c60bd1bb246c366a6072118082 (diff)
downloadexchange-e75d552227a4c06faad0a0eae7539458ff58f9af.tar.gz
exchange-e75d552227a4c06faad0a0eae7539458ff58f9af.tar.bz2
exchange-e75d552227a4c06faad0a0eae7539458ff58f9af.zip
need the hash of coin_ev with an index for select
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_payback.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_payback.c b/src/exchange/taler-exchange-httpd_payback.c
index 45f8c2fc8..195e5613c 100644
--- a/src/exchange/taler-exchange-httpd_payback.c
+++ b/src/exchange/taler-exchange-httpd_payback.c
@@ -281,7 +281,9 @@ payback_transaction (void *cls,
}
if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
{
- GNUNET_break_op (0);
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Payback requested for unknown envelope %s\n",
+ GNUNET_h2s (&pc->h_blind));
*mhd_ret = reply_payback_unknown (connection,
TALER_EC_PAYBACK_WITHDRAW_NOT_FOUND);
return GNUNET_DB_STATUS_HARD_ERROR;