gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 43/64: fixed compile error


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 43/64: fixed compile error
Date: Sat, 30 Dec 2017 20:58:28 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

commit 4341c875c334f74b767fdbfa01ad1b0160df3f72
Author: t3sserakt <address@hidden>
AuthorDate: Sat Nov 25 17:38:03 2017 +0100

    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),

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]