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:21:49 +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 f7a956b  diagnostics
f7a956b is described below

commit f7a956bf01babb2ac010cc2fbe2ff663c8290198
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 21 18:21:40 2017 +0200

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index cfbcf04..5716a62 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -826,8 +826,12 @@ postgres_store_deposit (void *cls,
   };
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "storing payment for h_contract_terms '%s'\n",
-              GNUNET_h2s (h_contract_terms));
+              "storing payment for h_contract_terms '%s'"
+              ", coin_pub: %s, amount_with_fee: %s, merchant_pub: %s\n",
+              GNUNET_h2s (h_contract_terms),
+              TALER_B2S (coin_pub),
+              TALER_amount_to_string (amount_with_fee),
+              TALER_B2S (merchant_pub));
   result = GNUNET_PQ_exec_prepared (pg->conn,
                                     "insert_deposit",
                                     params);

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



reply via email to

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