setupapi: Quiet down missing driver debug message.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
65642f4bb7
commit
20a283e7e2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue