[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: more logging for #9098
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: more logging for #9098 |
Date: |
Thu, 22 Aug 2024 22:08:35 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 0d30def37 more logging for #9098
0d30def37 is described below
commit 0d30def37e36a01e0f42ae518a0cbd01546e47d2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 22 22:08:23 2024 +0200
more logging for #9098
---
src/exchange/taler-exchange-aggregator.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/exchange/taler-exchange-aggregator.c
b/src/exchange/taler-exchange-aggregator.c
index ae77cb6c3..3776817d2 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -507,7 +507,11 @@ legitimization_satisfied (struct AggregationUnit
*au_active)
json_t *jrule;
if (kyc_off)
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "KYC checks are off, legitimization satisfied\n");
return true;
+ }
{
json_t *jrules;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: more logging for #9098,
gnunet <=