From ca73be08fb511267d4ffe84a5a9d737ac4a57689 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 21 Jul 2017 23:19:44 +0200 Subject: more logging --- src/backenddb/plugin_merchantdb_postgres.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/backenddb') diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 17e4d0a4..6c4dbcb4 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); -- cgit v1.2.3