[WSHTCPIP] Print IOCTL as hexa value

This commit is contained in:
Pierre Schweitzer 2019-10-19 11:46:24 +02:00
parent a8236e3fa9
commit c290ae21c7
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -365,7 +365,7 @@ WSHIoctl(
UNIMPLEMENTED;
DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode);
DPRINT1("Ioctl: Unknown IOCTL code: %x\n", IoControlCode);
return WSAEINVAL;
}