summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-wirewatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-wirewatch.c')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 600ae5366..ab300b353 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -357,8 +357,9 @@ history_cb (void *cls,
if (TALER_EC_NONE != ec)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Error fetching history: %u!\n",
- (unsigned int) ec);
+ "Error fetching history: ec=%u, http_status=%u\n",
+ (unsigned int) ec,
+ http_status);
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"End of list. Committing progress!\n");
@@ -536,6 +537,10 @@ find_transfers (void *cls)
delay = GNUNET_YES;
current_batch_size = 0;
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "wirewatch: requesting incoming history from %s\n",
+ wa_pos->auth.wire_gateway_url);
+
hh = TALER_BANK_credit_history (ctx,
wa_pos->auth.wire_gateway_url,
&wa_pos->auth,