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.c3
1 files changed, 3 insertions, 0 deletions
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,
254 254
255 hash_addresses (builder, 255 hash_addresses (builder,
256 &hsp.h_addrs); 256 &hsp.h_addrs);
257 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
258 "Address hash is %s\n",
259 GNUNET_h2s_full (&hsp.h_addrs));
257 GNUNET_CRYPTO_eddsa_sign (priv, 260 GNUNET_CRYPTO_eddsa_sign (priv,
258 &hsp, 261 &hsp,
259 sig); 262 sig);