commit cf15c73653e3f8f09ba598aa694e419e97f12899
parent 9d85b5d98dd41a70bd078195f617d1d96ac613ee
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Mar 2022 13:45:55 +0100
log UUID on store
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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,