gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not log uninitialized amount


From: gnunet
Subject: [taler-exchange] branch master updated: do not log uninitialized amount
Date: Fri, 27 Mar 2020 13:30:51 +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 1c1d4e1a do not log uninitialized amount
1c1d4e1a is described below

commit 1c1d4e1ad664472391e2774b4f5b844addccd25a
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 13:30:49 2020 +0100

    do not log uninitialized amount
---
 src/exchange/taler-exchange-aggregator.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index c44d0f70..0ec3b16a 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -525,7 +525,6 @@ aggregate_cb (void *cls,
   struct AggregationUnit *au = cls;
   struct TALER_Amount old;
   enum GNUNET_DB_QueryStatus qs;
-  struct TALER_Amount delta;
 
   /* NOTE: potential optimization: use custom SQL API to not
      fetch these: */
@@ -632,9 +631,8 @@ aggregate_cb (void *cls,
     return qs;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Aggregator marked deposit %llu over %s as DONE\n",
-              (unsigned long long) row_id,
-              TALER_amount2s (&delta));
+              "Aggregator marked deposit %llu as DONE\n",
+              (unsigned long long) row_id);
   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]