commit 249a3628167962d80768aabbe38b94d9708ac4dc parent 8d852ba725bebfa7543272873dd8caf112bec851 Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 23 Oct 2025 11:34:22 +0200 fix log level: this is fatal Diffstat:
| M | src/auditor/report-lib.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c @@ -732,7 +732,7 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c) if (GNUNET_is_zero (&TALER_ARL_auditor_pub)) { - GNUNET_log_config_missing (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, "auditor", "PUBLIC_KEY/AUDITOR_PRIV_FILE"); return GNUNET_SYSERR;