gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: log properly which


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: log properly which auditors are loaded, fix log level -- fix FTBFS
Date: Thu, 11 May 2017 11:37:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new fc0f287  log properly which auditors are loaded, fix log level -- fix 
FTBFS
fc0f287 is described below

commit fc0f287072931bf80b542741b05422ae80b45ffd
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 11 11:37:26 2017 +0200

    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 add8291..81b6422 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]