mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ws2_32: Make WS2_send trace more readble.
This commit is contained in:
parent
c1e724bc88
commit
29b3a16306
@ -1293,7 +1293,7 @@ static int WS2_send( int fd, struct iovec* iov, int count,
|
||||
{
|
||||
struct msghdr hdr;
|
||||
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);
|
||||
|
||||
hdr.msg_name = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user