Commit d9c5b213 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

setupapi: Quiet a noisy warning.

parent 870340ee
......@@ -700,7 +700,7 @@ static void remove_all_device_ifaces(struct device *device)
if ((ret = RegOpenKeyExW(HKEY_LOCAL_MACHINE, DeviceClasses, 0, KEY_READ, &classes_key)))
{
ERR("Failed to open classes key, error %u.\n", ret);
WARN("Failed to open classes key, error %u.\n", ret);
return;
}
......
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