[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: use nicer text for
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: use nicer text for audit report |
Date: |
Mon, 20 Mar 2017 04:40:54 +0100 |
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 e4b209c use nicer text for audit report
e4b209c is described below
commit e4b209c72488e8b1a01849636bf73af2bb3a7c48
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 20 04:40:52 2017 +0100
use nicer text for audit report
---
src/auditor/taler-auditor.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 3b6f3c4..f3c49aa 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -259,10 +259,10 @@ report_reserve_balance (const struct TALER_Amount
*total_balance,
{
// TODO: implement proper reporting logic writing to file.
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- _("Total escrow balance to be held for reserves is %s\n"),
+ "Escrow balance to be held for reserves is %s\n",
TALER_amount2s (total_balance));
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- _("Total withdraw fees are at %s\n"),
+ "Withdraw fees income is %s\n",
TALER_amount2s (total_fee_balance));
}
@@ -282,7 +282,7 @@ report_aggregation_fee_balance (const struct TALER_Amount
*total_fee_balance)
{
// TODO: implement proper reporting logic writing to file.
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- _("Total aggregation fees are at %s\n"),
+ "Aggregation fees income is %s\n",
TALER_amount2s (total_fee_balance));
}
@@ -305,19 +305,19 @@ report_denomination_balance (const struct TALER_Amount
*total_balance,
{
// TODO: implement proper reporting logic writing to file.
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- "Final balance for all denominations is %s\n",
+ "Escrow balance for issued coins is %s\n",
TALER_amount2s (total_balance));
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
"Risk from active operations is %s\n",
TALER_amount2s (total_risk));
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- "Deposit fee profits are %s\n",
+ "Deposit fee income is %s\n",
TALER_amount2s (deposit_fees));
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- "Melt fee profits are %s\n",
+ "Melt fee income is %s\n",
TALER_amount2s (melt_fees));
GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
- "Refund fee profits are %s\n",
+ "Refund fee income is %s\n",
TALER_amount2s (refund_fees));
}
--
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: use nicer text for audit report,
gnunet <=