commit 26867902d5e8e801d15ecc744e42639c32b4482c
parent ff579c5db9270a2d5651722da2a123827221e073
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 27 Jun 2016 17:33:30 +0200
log receiver bank details
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -928,8 +928,9 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
"Unknown receiver given");
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "The receiver for this deposit is '%s'\n",
- pc->mi->id);
+ "The receiver for this deposit is '%s', whose bank details are '%s'\n",
+ pc->mi->id,
+ json_dumps (pc->mi->j_wire, JSON_COMPACT));
pc->chosen_exchange = GNUNET_strdup (chosen_exchange);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Parsed JSON for /pay.\n");