gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 11/11: more logging


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 11/11: more logging
Date: Fri, 21 Jul 2017 23:20:09 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit ca73be08fb511267d4ffe84a5a9d737ac4a57689
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jul 21 23:19:44 2017 +0200

    more logging
---
 src/backenddb/plugin_merchantdb_postgres.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 17e4d0a..6c4dbcb 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1917,6 +1917,11 @@ postgres_store_wire_fee_by_exchange (void *cls,
   };
 
   check_connection (pg);
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+             "Storing wire fee for %s starting at %s of %s\n",
+             TALER_B2S (exchange_pub),
+             GNUNET_STRINGS_absolute_time_to_string (start_date),
+             TALER_amount2s (wire_fee));
   return GNUNET_PQ_eval_prepared_non_select (pg->conn,
                                              "insert_wire_fee",
                                              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]