[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: fix lag reporting
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: fix lag reporting |
Date: |
Wed, 04 Sep 2019 05:16:15 +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 5cabe157 fix lag reporting
5cabe157 is described below
commit 5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Sep 4 05:16:04 2019 +0200
fix lag reporting
---
src/auditor/taler-wire-auditor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index c52afc0f..265effda 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -439,7 +439,7 @@ do_shutdown (void *cls)
"wire_format_inconsistencies",
report_wire_format_inconsistencies,
"total_amount_lag",
- TALER_JSON_from_amount (&total_bad_amount_in_minus),
+ TALER_JSON_from_amount (&total_amount_lag),
"lag_details",
report_lags);
GNUNET_break (NULL != report);
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: fix lag reporting,
gnunet <=