aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 42b5959f2..6a4689af1 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -212,11 +212,9 @@ disconnect_handler (void *cls,
212 * the other services. 212 * the other services.
213 * 213 *
214 * @param cls NULL 214 * @param cls NULL
215 * @param tc scheduler context
216 */ 215 */
217static void 216static void
218cleaning_task (void *cls, 217cleaning_task (void *cls)
219 const struct GNUNET_SCHEDULER_TaskContext *tc)
220{ 218{
221 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 219 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
222 "Hostlist daemon is shutting down\n"); 220 "Hostlist daemon is shutting down\n");