Commit 29b3a163 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

ws2_32: Make WS2_send trace more readble.

parent c1e724bc
...@@ -1293,7 +1293,7 @@ static int WS2_send( int fd, struct iovec* iov, int count, ...@@ -1293,7 +1293,7 @@ static int WS2_send( int fd, struct iovec* iov, int count,
{ {
struct msghdr hdr; struct msghdr hdr;
int n; int n;
TRACE( "fd %d, iovec %p, count %d addr %s, len %d, flags %x\n", TRACE( "fd %d, iovec %p, count %d, addr %s, len %d, flags %x\n",
fd, iov, count, debugstr_sockaddr(to), tolen, dwFlags); fd, iov, count, debugstr_sockaddr(to), tolen, dwFlags);
hdr.msg_name = NULL; hdr.msg_name = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment