ws2_32: Fix trace for WS_setsockopt to look closer to WS_getsockopt.

oldstable
Vitaliy Margolen 2007-01-17 12:22:27 -07:00 committed by Alexandre Julliard
parent 208cdde0f5
commit e437a0c302
1 changed files with 1 additions and 1 deletions

View File

@ -2938,7 +2938,7 @@ int WINAPI WS_setsockopt(SOCKET s, int level, int optname,
struct linger linger;
struct timeval tval;
TRACE("socket: %04x, level %d, name %d, ptr %p, len %d\n",
TRACE("socket: %04x, level 0x%x, name 0x%x, ptr %p, len %d\n",
s, level, optname, optval, optlen);
switch(level)