[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix #9140: give better error mes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix #9140: give better error message |
Date: |
Thu, 05 Sep 2024 14:19:52 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 6af6f231f fix #9140: give better error message
6af6f231f is described below
commit 6af6f231fc984c55924dea55fa76ff0b1d86751e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 5 14:19:49 2024 +0200
fix #9140: give better error message
---
src/auditor/taler-helper-auditor-wire-credit.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/auditor/taler-helper-auditor-wire-credit.c
b/src/auditor/taler-helper-auditor-wire-credit.c
index 5cf38a5b3..940f3cfa3 100644
--- a/src/auditor/taler-helper-auditor-wire-credit.c
+++ b/src/auditor/taler-helper-auditor-wire-credit.c
@@ -848,7 +848,7 @@ history_credit_cb (void *cls,
break;
}
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Error fetching credit history of account %s: %u/%s!\n",
+ "Error fetching credit history of account %s: %u (%s)\n",
wa->ai->section_name,
chr->http_status,
TALER_ErrorCode_get_hint (chr->ec));
@@ -1122,6 +1122,9 @@ run (void *cls,
"TINY_AMOUNT",
&tiny_amount))
{
+ GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
+ "auditor",
+ "TINY_AMOUNT");
global_ret = EXIT_NOTCONFIGURED;
return;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix #9140: give better error message,
gnunet <=