gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -do not log tokens


From: gnunet
Subject: [taler-merchant] branch master updated: -do not log tokens
Date: Wed, 08 Dec 2021 09:37:45 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 94a50fc3 -do not log tokens
94a50fc3 is described below

commit 94a50fc33e7ee409a991d73f81f26565ce28ef1c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 8 09:37:43 2021 +0100

    -do not log tokens
---
 src/backend/taler-merchant-httpd.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 550a2ce6..cae16909 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -165,8 +165,7 @@ TMH_check_auth (const char *token,
                                       strlen (token),
                                       &dec);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Checking against token %s with salt %s\n",
-              dec,
+              "Checking against token with salt %s\n",
               TALER_B2S (salt));
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CRYPTO_kdf (&val,
@@ -196,8 +195,7 @@ TMH_compute_auth (const char *token,
                               salt,
                               sizeof (*salt));
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Computing initial auth using token %s with salt %s\n",
-              token,
+              "Computing initial auth using token with salt %s\n",
               TALER_B2S (salt));
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CRYPTO_kdf (hash,

-- 
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]