mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[WSHTCPIP] Print IOCTL as hexa value
This commit is contained in:
parent
a8236e3fa9
commit
c290ae21c7
@ -365,7 +365,7 @@ WSHIoctl(
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode);
|
||||
DPRINT1("Ioctl: Unknown IOCTL code: %x\n", IoControlCode);
|
||||
|
||||
return WSAEINVAL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user