gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: log more


From: gnunet
Subject: [taler-merchant] branch master updated: log more
Date: Wed, 09 Sep 2020 23:44:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 08c2338  log more
08c2338 is described below

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

    log more
---
 src/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
index a6a4592..bb6129c 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]