exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a66b9e1b8aa5d49d2dbd0ce29e8c65d20f2e7997
parent 65434a0e006c45b609c4a724aa192a0d08546cd0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 19:55:59 +0100

fix loglevel

Diffstat:
Msrc/auditor/taler-auditor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c @@ -1471,7 +1471,7 @@ get_closing_fee (const char *receiver_account, char *method; method = TALER_payto_get_method (receiver_account); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Method is `%s'\n", method); if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=