fixed compile error
authort3sserakt <t3ss@posteo.de>
Sat, 25 Nov 2017 16:38:03 +0000 (17:38 +0100)
committert3sserakt <t3ss@posteo.de>
Sat, 25 Nov 2017 16:38:03 +0000 (17:38 +0100)
src/multicast/gnunet-service-multicast.c

index e7143acf6d5bd317a5b72317de12066f5ee5c3df..11f3c08b70a8604d7548a35f96922163dfd70ac7 100644 (file)
@@ -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),