aboutsummaryrefslogtreecommitdiff
path: root/tests/sockets/test_sockets_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sockets/test_sockets_msg.h')
-rw-r--r--tests/sockets/test_sockets_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sockets/test_sockets_msg.h b/tests/sockets/test_sockets_msg.h
index 30094d65..b60b056a 100644
--- a/tests/sockets/test_sockets_msg.h
+++ b/tests/sockets/test_sockets_msg.h
@@ -52,6 +52,7 @@ int do_msg_write(int sockfd, msg_t *msg, int offset, int length, struct sockaddr
assert(errno == EAGAIN);
return res;
}
+ printf("do_msg_write: sending message header for %d bytes\n", msg->length);
assert(res == sizeof(int));
}