gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: log UUID on store


From: gnunet
Subject: [taler-anastasis] branch master updated: log UUID on store
Date: Sun, 06 Mar 2022 13:45:57 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new cf15c73  log UUID on store
cf15c73 is described below

commit cf15c73653e3f8f09ba598aa694e419e97f12899
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 6 13:45:55 2022 +0100

    log UUID on store
---
 src/backend/anastasis-httpd_truth-upload.c | 3 ++-
 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
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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]