aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/hello-uri.c')
-rw-r--r--src/hello/hello-uri.c4
1 files changed, 4 insertions, 0 deletions
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,
222 NULL != a; 222 NULL != a;
223 a = a->next) 223 a = a->next)
224 { 224 {
225 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
226 "Hashing over %.*s\n",
227 (int) a->uri_len,
228 a->uri);
225 GNUNET_CRYPTO_hash_context_read (hc, 229 GNUNET_CRYPTO_hash_context_read (hc,
226 a->uri, 230 a->uri,
227 a->uri_len); 231 a->uri_len);