merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit fc0f287072931bf80b542741b05422ae80b45ffd
parent 1ccb4722e65e1bdd5a3b02abfaf612dd2c39a525
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 11 May 2017 11:37:26 +0200

log properly which auditors are loaded, fix log level -- fix FTBFS

Diffstat:
Msrc/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 @@ -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,