aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_send_simple_performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_cmd_send_simple_performance.c')
-rw-r--r--src/transport/transport_api_cmd_send_simple_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_cmd_send_simple_performance.c b/src/transport/transport_api_cmd_send_simple_performance.c
index 5fe8d4de8..7ce3b8bf7 100644
--- a/src/transport/transport_api_cmd_send_simple_performance.c
+++ b/src/transport/transport_api_cmd_send_simple_performance.c
@@ -116,7 +116,7 @@ send_simple_single (void *cls)
116 now = GNUNET_TIME_absolute_get (); 116 now = GNUNET_TIME_absolute_get ();
117 mq_wrapper->num_send++; 117 mq_wrapper->num_send++;
118 LOG (GNUNET_ERROR_TYPE_DEBUG, 118 LOG (GNUNET_ERROR_TYPE_DEBUG,
119 "Sending simple test message with size %u number %lu with mq %p max %u\n", 119 "Sending simple test message with size %u number %u with mq %p max %u\n",
120 mq_wrapper->sss->size, 120 mq_wrapper->sss->size,
121 mq_wrapper->num_send, 121 mq_wrapper->num_send,
122 mq_wrapper->mq, 122 mq_wrapper->mq,