commit a8331b4db0e922bc24ece455a802c7f5f93782ee parent 41acb843c40c3c26266d430136024b9f29151e35 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 17 Dec 2018 16:45:21 +0100 debug Diffstat:
| M | src/backend/taler-merchant-httpd_history.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_history.c b/src/backend/taler-merchant-httpd_history.c @@ -216,6 +216,8 @@ MH_handler_history (struct TMH_RequestHandler *rh, "start"); if (NULL != str) { + TALER_LOG_DEBUG ("'start' argument given ('%s')\n", + str); if ( (1 != sscanf (str, "%llu", &start)))