summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-21 14:53:58 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-21 14:53:58 +0200
commit281c5e3879f4ff1730f34ea40d5f80342cfffb2c (patch)
tree797fcdb882f70c6c9709a379a311576e696fd49b /src
parent73b02adee0c49714e9150fc6c336035fd4b15936 (diff)
downloadexchange-281c5e3879f4ff1730f34ea40d5f80342cfffb2c.tar.gz
exchange-281c5e3879f4ff1730f34ea40d5f80342cfffb2c.tar.bz2
exchange-281c5e3879f4ff1730f34ea40d5f80342cfffb2c.zip
Debugging the wirewatch.
Diffstat (limited to 'src')
-rw-r--r--src/wire-plugins/plugin_wire_taler-bank.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c
index 2c967a1b2..ada40c002 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -1235,6 +1235,8 @@ taler_bank_reject_transfer (void *cls,
}
rh->rej_cb = rej_cb;
rh->rej_cb_cls = rej_cb_cls;
+ TALER_ERROR_INFO ("Rejecting over %s bank URL\n",
+ account.hostname);
rh->brh = TALER_BANK_reject (tc->ctx,
account.hostname,
&rh->auth,