gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: log hash


From: gnunet
Subject: [gnunet] branch master updated: log hash
Date: Thu, 09 Jun 2022 18:17:59 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1da1632c4 log hash
1da1632c4 is described below

commit 1da1632c4a7d61fc7d40bb38ce4a1d821737d578
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 9 18:17:52 2022 +0200

    log hash
---
 src/hello/hello-uri.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/hello/hello-uri.c b/src/hello/hello-uri.c
index bacaf697e..3154229bc 100644
--- a/src/hello/hello-uri.c
+++ b/src/hello/hello-uri.c
@@ -254,6 +254,9 @@ sign_hello (const struct GNUNET_HELLO_Builder *builder,
 
   hash_addresses (builder,
                   &hsp.h_addrs);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Address hash is %s\n",
+              GNUNET_h2s_full (&hsp.h_addrs));
   GNUNET_CRYPTO_eddsa_sign (priv,
                             &hsp,
                             sig);

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