gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: diagnostics


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: diagnostics
Date: Fri, 09 Jun 2017 15:10:42 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c139ab0  diagnostics
c139ab0 is described below

commit c139ab0c0da024a2c7c880bbd1cda77b5b3ed508
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 9 15:10:47 2017 +0200

    diagnostics
---
 src/backenddb/plugin_merchantdb_postgres.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index ae0efd2..05f262b 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1895,6 +1895,12 @@ postgres_increase_refund_for_contract (void *cls,
      * Here we know how much the coin is worth, and how much it has
      * been refunded out of it, so the actual logic can take place.
      */
+
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "Refund situation for coin '%s',  deposited: %s, refunded: 
%s\n",
+                TALER_B2S (&coin_pub),
+                TALER_amount_to_string (&amount_with_fee),
+                TALER_amount_to_string (&refunded_amount));
   }
 
   if (GNUNET_OK != postgres_commit (cls))

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



reply via email to

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