gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -more logging


From: gnunet
Subject: [taler-merchant] branch master updated: -more logging
Date: Wed, 08 Dec 2021 14:43:00 +0100

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 c5730fcf -more logging
c5730fcf is described below

commit c5730fcf883174b22e8f515f68f812dbc1f84d56
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 8 14:42:57 2021 +0100

    -more logging
---
 src/backend/taler-merchant-httpd_exchanges.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c 
b/src/backend/taler-merchant-httpd_exchanges.c
index 6fa9f366..f3603efe 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -1125,6 +1125,9 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
   {
     /* We are not currently waiting for a reply, immediately
        return result */
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "The exchange `%s' is ready\n",
+                chosen_exchange);
     GNUNET_assert (NULL == fo->at);
     fo->at = GNUNET_SCHEDULER_add_now (&return_result,
                                        fo);
@@ -1137,7 +1140,8 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
        (exchange->pending) )
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Do not have current key data. Will request /keys now\n");
+                "Do not have current /keys data for `%s'. Will request /keys 
now\n",
+                chosen_exchange);
     exchange->retry_task = GNUNET_SCHEDULER_add_now (&retry_exchange,
                                                      exchange);
   }

-- 
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]