Commit 42cb7d2a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Silence server_ioctl_file debug traces.

parent 823c55ad
......@@ -4743,7 +4743,7 @@ static NTSTATUS server_ioctl_file( HANDLE handle, HANDLE event,
SERVER_END_REQ;
if (status == STATUS_NOT_SUPPORTED)
FIXME("Unsupported ioctl %x (device=%x access=%x func=%x method=%x)\n",
WARN("Unsupported ioctl %x (device=%x access=%x func=%x method=%x)\n",
code, code >> 16, (code >> 14) & 3, (code >> 2) & 0xfff, code & 3);
if (status != STATUS_PENDING) free( async );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment