gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -more logging


From: gnunet
Subject: [gnunet] branch master updated: -more logging
Date: Thu, 09 Jun 2022 18:23:17 +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 ff7753975 -more logging
ff7753975 is described below

commit ff7753975e287cb60df51b6ce6a51241c8f4ed59
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 9 18:23:14 2022 +0200

    -more logging
---
 src/dht/dhtu_testbed_deploy.sh | 2 +-
 src/hello/hello-uri.c          | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/dht/dhtu_testbed_deploy.sh b/src/dht/dhtu_testbed_deploy.sh
index 908bbf685..5a7fdde15 100755
--- a/src/dht/dhtu_testbed_deploy.sh
+++ b/src/dht/dhtu_testbed_deploy.sh
@@ -43,7 +43,7 @@ fi
 
 MAX=`expr $1 - 1`
 
-# export GNUNET_FORCE_LOG="dht*;;;;DEBUG"
+export GNUNET_FORCE_LOG="dht*;;;;DEBUG"
 
 echo -n "Starting $1 peers "
 mkdir -p /tmp/deployment
diff --git a/src/hello/hello-uri.c b/src/hello/hello-uri.c
index 3154229bc..c8e9b9f06 100644
--- a/src/hello/hello-uri.c
+++ b/src/hello/hello-uri.c
@@ -222,6 +222,10 @@ hash_addresses (const struct GNUNET_HELLO_Builder *builder,
        NULL != a;
        a = a->next)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "Hashing over %.*s\n",
+                (int) a->uri_len,
+                a->uri);
     GNUNET_CRYPTO_hash_context_read (hc,
                                      a->uri,
                                      a->uri_len);

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