setupapi: Quiet down missing driver debug message.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Andrew Eikum 2020-04-30 15:39:23 -05:00 committed by Alexandre Julliard
parent 65642f4bb7
commit 20a283e7e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}