aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-20 16:05:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-20 16:05:06 +0000
commit0ada07d91217807b9566aa76fb2f20512be308d5 (patch)
tree207e7853dfec07b81a325a3313eacbcff43c1b08 /src/util/client.c
parentd544e81283a24082e6423c8f4377939f6fefa780 (diff)
downloadgnunet-0ada07d91217807b9566aa76fb2f20512be308d5.tar.gz
gnunet-0ada07d91217807b9566aa76fb2f20512be308d5.zip
-indentation, cleanup
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 1c4bff051..ea3cc45f4 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -576,8 +576,11 @@ receive_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
576 char mbuf[msize] GNUNET_ALIGN; 576 char mbuf[msize] GNUNET_ALIGN;
577 struct GNUNET_MessageHeader *msg = (struct GNUNET_MessageHeader *) mbuf; 577 struct GNUNET_MessageHeader *msg = (struct GNUNET_MessageHeader *) mbuf;
578 578
579 LOG (GNUNET_ERROR_TYPE_DEBUG, "Received message of type %u and size %u from %s service.\n", 579 LOG (GNUNET_ERROR_TYPE_DEBUG,
580 ntohs (cmsg->type), msize, client->service_name); 580 "Received message of type %u and size %u from %s service.\n",
581 ntohs (cmsg->type),
582 msize,
583 client->service_name);
581 client->receive_task = GNUNET_SCHEDULER_NO_TASK; 584 client->receive_task = GNUNET_SCHEDULER_NO_TASK;
582 GNUNET_assert (GNUNET_YES == client->msg_complete); 585 GNUNET_assert (GNUNET_YES == client->msg_complete);
583 GNUNET_assert (client->received_pos >= msize); 586 GNUNET_assert (client->received_pos >= msize);