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: Wed, 21 Jun 2017 18:11: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 e35b364  diagnostics
e35b364 is described below

commit e35b364a59af58b8faa49878fb6e81213c7de73d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 21 18:11:33 2017 +0200

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 8ef4d47..cfbcf04 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1931,6 +1931,10 @@ process_deposits_cb (void *cls,
       return;
     }
 
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "Processing refund for coin %s, deposited %s from it\n",
+                TALER_B2S (&coin_pub),
+                TALER_amount_to_string (&amount_with_fee));
     TALER_amount_get_zero (amount_with_fee.currency,
                            &ictx.refunded_amount);
     ictx.err = GNUNET_OK; /* no error so far */

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



reply via email to

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