From fc0f287072931bf80b542741b05422ae80b45ffd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 May 2017 11:37:26 +0200 Subject: log properly which auditors are loaded, fix log level -- fix FTBFS --- src/backend/taler-merchant-httpd_auditors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c index add82914..81b64227 100644 --- a/src/backend/taler-merchant-httpd_auditors.c +++ b/src/backend/taler-merchant-httpd_auditors.c @@ -195,7 +195,7 @@ parse_auditors (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Loaded key data of auditor `%s' (%s)\n", auditor.name, - TALER_B2S (&auditors[j].public_key); + TALER_B2S (&auditor.public_key)); GNUNET_free (pks); GNUNET_array_append (auditors, nauditors, -- cgit v1.2.3