projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d957dd
)
fixed compile error
author
t3sserakt
<t3ss@posteo.de>
Sat, 25 Nov 2017 16:38:03 +0000
(17:38 +0100)
committer
t3sserakt
<t3ss@posteo.de>
Sat, 25 Nov 2017 16:38:03 +0000
(17:38 +0100)
src/multicast/gnunet-service-multicast.c
patch
|
blob
|
history
diff --git
a/src/multicast/gnunet-service-multicast.c
b/src/multicast/gnunet-service-multicast.c
index e7143acf6d5bd317a5b72317de12066f5ee5c3df..11f3c08b70a8604d7548a35f96922163dfd70ac7 100644
(file)
--- 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),