summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-09 23:44:31 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-09 23:44:31 +0200
commit08c23382d60597db1e240e0fdc83d2fcb34e7586 (patch)
tree904621c3c25cd6769456d6fda62cb1e88e3e4b7e /src/backend/taler-merchant-httpd.c
parente12f64d45b2f58b716497aab6fd6273b8f92b740 (diff)
downloadmerchant-08c23382d60597db1e240e0fdc83d2fcb34e7586.tar.gz
merchant-08c23382d60597db1e240e0fdc83d2fcb34e7586.tar.bz2
merchant-08c23382d60597db1e240e0fdc83d2fcb34e7586.zip
log more
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c8
1 files changed, 6 insertions, 2 deletions
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,