Commit 7ac5b788 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

ntoskrnl: Quiet down failed class installer debug message.

parent 20a283e7
......@@ -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;
}
}
......
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