Commit 20a283e7 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

setupapi: Quiet down missing driver debug message.

parent 65642f4b
......@@ -4739,7 +4739,7 @@ BOOL WINAPI SetupDiSelectBestCompatDrv(HDEVINFO devinfo, SP_DEVINFO_DATA *device
if (!device->driver_count)
{
ERR("No compatible drivers were enumerated for device %s.\n", debugstr_w(device->instanceId));
WARN("No compatible drivers were enumerated for device %s.\n", debugstr_w(device->instanceId));
SetLastError(ERROR_NO_COMPAT_DRIVERS);
return FALSE;
}
......
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