diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-18 14:02:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-18 14:02:54 +0200 |
commit | 246d49b37923689c4e347f403f6bb3c9c24b45be (patch) | |
tree | 5df8c3e01395ca1fac2511d17bd1e0035dbdeb2d /src/kyclogic/taler-exchange-kyc-tester.c | |
parent | 14a240f7cc7213959ae11a020b37a6c10837bc4a (diff) |
-work on kyc-proof persona plugin
Diffstat (limited to 'src/kyclogic/taler-exchange-kyc-tester.c')
-rw-r--r-- | src/kyclogic/taler-exchange-kyc-tester.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c index 40aadba1a..b13be4bee 100644 --- a/src/kyclogic/taler-exchange-kyc-tester.c +++ b/src/kyclogic/taler-exchange-kyc-tester.c @@ -1330,7 +1330,8 @@ run (void *cls, if (GNUNET_OK != TALER_TEMPLATING_init ("exchange")) { - GNUNET_break (0); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Could not load templates. Installation broken.\n"); return; } if (print_h_payto) |