gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: log rowids and amou


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: log rowids and amounts
Date: Sun, 10 Dec 2017 21:41:40 +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 265af18  log rowids and amounts
265af18 is described below

commit 265af18e2d09ba6866395f0b3a1eb355530e8ac7
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 10 21:41:38 2017 +0100

    log rowids and amounts
---
 src/exchange/taler-exchange-aggregator.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 788e817..3de5630 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -624,8 +624,10 @@ deposit_cb (void *cls,
                               &au->wtid,
                               sizeof (au->wtid));
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Starting aggregation under H(WTID)=%s\n",
-              TALER_B2S (&au->wtid));
+              "Starting aggregation under H(WTID)=%s, starting amount %s at 
%llu\n",
+              TALER_B2S (&au->wtid),
+              TALER_amount2s (amount_with_fee),
+              (unsigned long long) row_id);
 
   au->wp = find_plugin (extract_type (au->wire));
   if (NULL == au->wp)
@@ -759,8 +761,9 @@ aggregate_cb (void *cls,
     return qs;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Added row %llu to aggregation\n",
-             (unsigned long long) row_id);
+             "Added row %llu with %s to aggregation\n",
+             (unsigned long long) row_id,
+              TALER_amount2s (&delta));
   return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]