aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-set-bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-set-bug.c')
-rw-r--r--src/set/gnunet-set-bug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/set/gnunet-set-bug.c b/src/set/gnunet-set-bug.c
index edcd8b561..112def7d7 100644
--- a/src/set/gnunet-set-bug.c
+++ b/src/set/gnunet-set-bug.c
@@ -113,6 +113,8 @@ run (void *cls, char *const *args,
113 cfg = GNUNET_CONFIGURATION_dup (cfg2); 113 cfg = GNUNET_CONFIGURATION_dup (cfg2);
114 GNUNET_CRYPTO_get_host_identity (cfg, &local_id); 114 GNUNET_CRYPTO_get_host_identity (cfg, &local_id);
115 115
116 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "I am Peer %s\n", GNUNET_h2s (&local_id.hashPubKey));
117
116 listen_socket = GNUNET_STREAM_listen (cfg, 118 listen_socket = GNUNET_STREAM_listen (cfg,
117 GNUNET_APPLICATION_TYPE_SET, 119 GNUNET_APPLICATION_TYPE_SET,
118 &listen_cb, 120 &listen_cb,