ws2_32: Make WS2_send trace more readble.

oldstable
Kai Blin 2007-05-26 01:11:39 +02:00 committed by Alexandre Julliard
parent c1e724bc88
commit 29b3a16306
1 changed files with 1 additions and 1 deletions

View File

@ -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;