From 08c23382d60597db1e240e0fdc83d2fcb34e7586 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Sep 2020 23:44:31 +0200 Subject: log more --- src/backend/taler-merchant-httpd.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/backend/taler-merchant-httpd.c') diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c index a6a45928..bb6129c8 100644 --- 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, -- cgit v1.2.3