From 9626af456f4397102d0197134a9fc1140478b5a0 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 22 Jul 2017 05:50:26 +0200 Subject: /history issue testcase --- src/backenddb/plugin_merchantdb_postgres.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/backenddb/plugin_merchantdb_postgres.c') 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 -- cgit v1.2.3