summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-27 17:33:30 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-27 17:33:30 +0200
commit26867902d5e8e801d15ecc744e42639c32b4482c (patch)
tree6539395ec944d604575d511bf43807a05e8e2cae
parentff579c5db9270a2d5651722da2a123827221e073 (diff)
downloadmerchant-26867902d5e8e801d15ecc744e42639c32b4482c.tar.gz
merchant-26867902d5e8e801d15ecc744e42639c32b4482c.tar.bz2
merchant-26867902d5e8e801d15ecc744e42639c32b4482c.zip
log receiver bank details
-rw-r--r--src/backend/taler-merchant-httpd_pay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 3e11c6e9..bb562c68 100644
--- 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");