gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: log decision on auditor DC


From: gnunet
Subject: [taler-exchange] 01/02: log decision on auditor DC
Date: Sat, 26 Oct 2019 21:49:54 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 80c2153d8bd49b34dafb3f29024724403be3aa94
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 26 21:18:53 2019 +0200

    log decision on auditor DC
---
 src/lib/exchange_api_deposit.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index cb3e2958..48f9a06b 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -136,7 +136,14 @@ auditor_cb (void *cls,
 
   if (0 != GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK,
                                      dh->auditor_chance))
+  {
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Not providing deposit confirmation to auditor\n");
     return NULL;
+  }
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Will provide deposit confirmation to auditor `%s'\n",
+              TALER_B2S (auditor_pub));
   key_state = TALER_EXCHANGE_get_keys (dh->exchange);
   spk = TALER_EXCHANGE_get_signing_key_details (key_state,
                                                 &dh->exchange_pub);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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