From: t3sserakt Date: Sat, 25 Nov 2017 16:38:03 +0000 (+0100) Subject: fixed compile error X-Git-Tag: gnunet-0.11.0rc0~48^2~1^2~16^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4341c875c334f74b767fdbfa01ad1b0160df3f72;p=oweals%2Fgnunet.git fixed compile error --- 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),