summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-22 05:50:26 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-22 05:50:26 +0200
commit9626af456f4397102d0197134a9fc1140478b5a0 (patch)
treeed4aef4e023daef617759dbd7f5d1a5663545253 /src/backenddb/plugin_merchantdb_postgres.c
parentca73be08fb511267d4ffe84a5a9d737ac4a57689 (diff)
downloadmerchant-9626af456f4397102d0197134a9fc1140478b5a0.tar.gz
merchant-9626af456f4397102d0197134a9fc1140478b5a0.tar.bz2
merchant-9626af456f4397102d0197134a9fc1140478b5a0.zip
/history issue testcase
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 6c4dbcb4..443d5276 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1066,7 +1066,9 @@ postgres_find_contract_terms_by_date_and_range (void *cls,
.cb = cb,
.cb_cls = cb_cls
};
-
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "DB serving /history with date %s\n",
+ GNUNET_STRINGS_absolute_time_to_string (date));
if (GNUNET_YES == future)
stmt = "find_contract_terms_by_date_and_range_future";
else