commit 20ad59ba84f3b0ea66fdf57b88d6fd76c37593b1
parent ff96695e47388e89c11966a65e27044a141692e8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 21 Sep 2018 15:27:44 +0200
minor edit
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -1235,8 +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);
+ TALER_LOG_INFO ("Rejecting over %s bank URL\n",
+ account.hostname);
rh->brh = TALER_BANK_reject (tc->ctx,
account.hostname,
&rh->auth,