aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/gnunet-service-multicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/gnunet-service-multicast.c')
-rw-r--r--src/multicast/gnunet-service-multicast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multicast/gnunet-service-multicast.c b/src/multicast/gnunet-service-multicast.c
index 04146a99b..7aeda1421 100644
--- a/src/multicast/gnunet-service-multicast.c
+++ b/src/multicast/gnunet-service-multicast.c
@@ -561,7 +561,7 @@ static void
561client_send (struct GNUNET_SERVER_Client *client, 561client_send (struct GNUNET_SERVER_Client *client,
562 const struct GNUNET_MessageHeader *msg) 562 const struct GNUNET_MessageHeader *msg)
563{ 563{
564 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 564 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
565 "%p Sending message to client.\n", client); 565 "%p Sending message to client.\n", client);
566 566
567 GNUNET_SERVER_notification_context_add (nc, client); 567 GNUNET_SERVER_notification_context_add (nc, client);
@@ -576,7 +576,7 @@ static void
576client_send_group (const struct Group *grp, 576client_send_group (const struct Group *grp,
577 const struct GNUNET_MessageHeader *msg) 577 const struct GNUNET_MessageHeader *msg)
578{ 578{
579 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 579 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
580 "%p Sending message to all clients of the group.\n", grp); 580 "%p Sending message to all clients of the group.\n", grp);
581 581
582 struct ClientList *cl = grp->clients_head; 582 struct ClientList *cl = grp->clients_head;