aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_client.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c b/src/hostlist/gnunet-daemon-hostlist_client.c
index 0fd16370f..aceea0aaf 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/hostlist/gnunet-daemon-hostlist_client.c
@@ -313,7 +313,8 @@ static struct GNUNET_PEERSTORE_Handle *peerstore;
313static void 313static void
314shc_cont (void *cls, int success) 314shc_cont (void *cls, int success)
315{ 315{
316 GNUNET_free (cls); 316 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
317 "Hostlist entry stored successfully!\n");
317} 318}
318 319
319 320