diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-22 22:08:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-22 22:08:33 +0200 |
commit | 0d30def37e36a01e0f42ae518a0cbd01546e47d2 (patch) | |
tree | 9ce91cee106606accc487c6ef60330efa60a3770 | |
parent | 9a6d1eaa76df2f97aa995656315d9e7ae1c841cc (diff) |
more logging for #9098
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |