aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-02-24 22:19:16 +0100
committertg(x) <*@tg-x.net>2017-02-24 22:19:16 +0100
commite5c0f2652d84367e36662783f05c94efca16d1c2 (patch)
tree97e2152597ba77371019141a7b631e69085fcc7f /src/util/mq.c
parentb7002d3f8016478d716236238bd43a7c06c924d2 (diff)
downloadgnunet-e5c0f2652d84367e36662783f05c94efca16d1c2.tar.gz
gnunet-e5c0f2652d84367e36662783f05c94efca16d1c2.zip
util: logging
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 71619bda4..79e2d0455 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -764,7 +764,7 @@ server_client_send_impl (struct GNUNET_MQ_Handle *mq,
764 GNUNET_assert (NULL != mq); 764 GNUNET_assert (NULL != mq);
765 765
766 LOG (GNUNET_ERROR_TYPE_DEBUG, 766 LOG (GNUNET_ERROR_TYPE_DEBUG,
767 "Transmitting message of type %u and size %u\n", 767 "Sending message of type %u and size %u\n",
768 ntohs (msg->type), ntohs (msg->size)); 768 ntohs (msg->type), ntohs (msg->size));
769 769
770 struct ServerClientSocketState *state = impl_state; 770 struct ServerClientSocketState *state = impl_state;