[PATCH 1/2] setupapi: Quiet down missing driver debug message

Andrew Eikum aeikum at codeweavers.com
Thu Apr 30 15:39:23 CDT 2020


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
---
 dlls/setupapi/devinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c
index 5bd2b88a02..fca60402a5 100644
--- a/dlls/setupapi/devinst.c
+++ b/dlls/setupapi/devinst.c
@@ -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;
     }
-- 
2.26.2





More information about the wine-devel mailing list