From e94e8c34c58343001dfe84ed8f5a87f1516c687d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 17 May 2018 13:07:56 +0200 Subject: Trigger deposit to refund not found --- src/exchange/taler-exchange-httpd_refund.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchange/taler-exchange-httpd_refund.c') diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c index 97cd9351f..8d573e473 100644 --- a/src/exchange/taler-exchange-httpd_refund.c +++ b/src/exchange/taler-exchange-httpd_refund.c @@ -243,6 +243,7 @@ refund_transaction (void *cls, /* handle if deposit was NOT found */ if (GNUNET_NO == deposit_found) { + TALER_LOG_WARNING ("Deposit to /refund was not found\n"); TEH_plugin->free_coin_transaction_list (TEH_plugin->cls, tl); *mhd_ret = TEH_RESPONSE_reply_transaction_unknown (connection, -- cgit v1.2.3