From cf15c73653e3f8f09ba598aa694e419e97f12899 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Mar 2022 13:45:55 +0100 Subject: log UUID on store --- src/backend/anastasis-httpd_truth-upload.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend') diff --git a/src/backend/anastasis-httpd_truth-upload.c b/src/backend/anastasis-httpd_truth-upload.c index fd14663..b87ccf0 100644 --- a/src/backend/anastasis-httpd_truth-upload.c +++ b/src/backend/anastasis-httpd_truth-upload.c @@ -765,7 +765,8 @@ AH_handler_truth_post ( GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Storing truth until %s!\n", + "Storing truth %s until %s!\n", + TALER_B2S (truth_uuid), GNUNET_TIME_timestamp2s (paid_until)); qs = db->store_truth (db->cls, truth_uuid, -- cgit v1.2.3