From c290ae21c77317c741ec4c37fe03f0b75ab35623 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sat, 19 Oct 2019 11:46:24 +0200 Subject: [PATCH] [WSHTCPIP] Print IOCTL as hexa value --- dll/win32/wshtcpip/wshtcpip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/wshtcpip/wshtcpip.c b/dll/win32/wshtcpip/wshtcpip.c index 22e27efe24d..a66166c2e8f 100644 --- a/dll/win32/wshtcpip/wshtcpip.c +++ b/dll/win32/wshtcpip/wshtcpip.c @@ -365,7 +365,7 @@ WSHIoctl( UNIMPLEMENTED; - DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode); + DPRINT1("Ioctl: Unknown IOCTL code: %x\n", IoControlCode); return WSAEINVAL; }