merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 08c23382d60597db1e240e0fdc83d2fcb34e7586
parent e12f64d45b2f58b716497aab6fd6273b8f92b740
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  9 Sep 2020 23:44:31 +0200

log more

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -406,7 +406,9 @@ TMH_long_poll_suspend (const char *order_id, &mi->merchant_pub, &sc->key2); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Suspending operation on key2 %s\n", + "Suspending operation on %s/%s key2 %s\n", + session_id, + fulfillment_url, GNUNET_h2s (&sc->key2)); GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multihashmap_put (payment_trigger_map, @@ -598,7 +600,9 @@ TMH_long_poll_resume2 (const char *session_id, fulfillment_url, &key); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Resuming operations suspended pending payment on key %s\n", + "Resuming operations suspended pending payment on %s/%s with key2 %s\n", + session_id, + fulfillment_url, GNUNET_h2s (&key)); ret = GNUNET_CONTAINER_multihashmap_get_multiple (payment_trigger_map, &key,