summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-11 11:37:26 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-11 11:37:26 +0200
commitfc0f287072931bf80b542741b05422ae80b45ffd (patch)
tree5e81da168614cc791901f670bbe5388a9d713a8b
parent1ccb4722e65e1bdd5a3b02abfaf612dd2c39a525 (diff)
downloadmerchant-fc0f287072931bf80b542741b05422ae80b45ffd.tar.gz
merchant-fc0f287072931bf80b542741b05422ae80b45ffd.tar.bz2
merchant-fc0f287072931bf80b542741b05422ae80b45ffd.zip
log properly which auditors are loaded, fix log level -- fix FTBFS
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c2
1 files changed, 1 insertions, 1 deletions
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,