merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit ca73be08fb511267d4ffe84a5a9d737ac4a57689
parent 759f073fb18a9f6e8f1565dafe42ed74d0ee6ded
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 21 Jul 2017 23:19:44 +0200

more logging

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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);