ntoskrnl: Quiet down failed class installer debug message.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrew Eikum 2020-04-30 15:39:30 -05:00 committed by Alexandre Julliard
parent 20a283e7e2
commit 7ac5b7889f
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ static BOOL install_device_driver( DEVICE_OBJECT *device, HDEVINFO set, SP_DEVIN
{
if (!SetupDiCallClassInstaller(dif_list[i], set, sp_device) && GetLastError() != ERROR_DI_DO_DEFAULT)
{
ERR("Install function %#x failed, error %#x.\n", dif_list[i], GetLastError());
WARN("Install function %#x failed, error %#x.\n", dif_list[i], GetLastError());
return FALSE;
}
}