From 4341c875c334f74b767fdbfa01ad1b0160df3f72 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Sat, 25 Nov 2017 17:38:03 +0100 Subject: [PATCH] fixed compile error --- src/multicast/gnunet-service-multicast.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/multicast/gnunet-service-multicast.c b/src/multicast/gnunet-service-multicast.c index e7143acf6..11f3c08b7 100644 --- a/src/multicast/gnunet-service-multicast.c +++ b/src/multicast/gnunet-service-multicast.c @@ -559,9 +559,8 @@ client_send_group_keep_envelope (const struct Group *grp, struct ClientList *cli = grp->clients_head; GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "%p Sending message of type %u to all clients of the group.\n", - grp, - ntohs (env->mh->type)); + "%p Sending message to all clients of the group.\n", + grp); while (NULL != cli) { GNUNET_MQ_send_copy (GNUNET_SERVICE_client_get_mq (cli->client), -- 2.25.1