gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/02: log amount involved


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/02: log amount involved
Date: Thu, 06 Jul 2017 11:19:08 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit e140b418d3dc50d8e0ac69f56f9b1ba81fb90604
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jul 5 19:09:12 2017 +0200

    log amount involved
---
 src/exchange/taler-exchange-aggregator.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 2b19aa6..fdb32a2 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -603,8 +603,9 @@ deposit_cb (void *cls,
                              deposit_fee))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Fatally malformed record at row %llu\n",
-                (unsigned long long) row_id);
+                "Fatally malformed record at row %llu over %s\n",
+                (unsigned long long) row_id,
+               TALER_amount2s (amount_with_fee));
     return GNUNET_DB_STATUS_HARD_ERROR;
   }
   au->row_id = row_id;
@@ -700,8 +701,9 @@ aggregate_cb (void *cls,
                              deposit_fee))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Fatally malformed record at %llu\n",
-                (unsigned long long) row_id);
+                "Fatally malformed record at %llu over amount %s\n",
+                (unsigned long long) row_id,
+               TALER_amount2s (amount_with_fee));
     return GNUNET_DB_STATUS_HARD_ERROR;
   }
   /* add to total */

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



reply via email to

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