diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-02-23 19:55:59 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-02-23 19:55:59 +0100 | 
| commit | a66b9e1b8aa5d49d2dbd0ce29e8c65d20f2e7997 (patch) | |
| tree | 506bd5a26fc99a7f84afffa67a3580218cb4aeb4 /src | |
| parent | 65434a0e006c45b609c4a724aa192a0d08546cd0 (diff) | |
fix loglevel
Diffstat (limited to 'src')
| -rw-r--r-- | src/auditor/taler-auditor.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 0786ec0e..1e9b899f 100644 --- 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 !=  | 
