mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WSHTCPIP] Print IOCTL as hexa value
This commit is contained in:
parent
a8236e3fa9
commit
c290ae21c7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue