Module: wine Branch: master Commit: 29b3a163063a033db30b337fd67197850e3e9a60 URL: http://source.winehq.org/git/wine.git/?a=commit;h=29b3a163063a033db30b337fd6...
Author: Kai Blin kai.blin@gmail.com Date: Sat May 26 01:11:39 2007 +0200
ws2_32: Make WS2_send trace more readble.
---
dlls/ws2_32/socket.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index e30e387..3204af3 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -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;