Module: wine Branch: master Commit: 3cb0b6c3f353f607544020881212071e055baad0 URL: https://gitlab.winehq.org/wine/wine/-/commit/3cb0b6c3f353f607544020881212071...
Author: Zebediah Figura zfigura@codeweavers.com Date: Sun Mar 26 19:50:45 2023 -0500
winedevice: Use the ntoskrnl channel.
---
programs/winedevice/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/winedevice/device.c b/programs/winedevice/device.c index 0a96307a017..bb585087230 100644 --- a/programs/winedevice/device.c +++ b/programs/winedevice/device.c @@ -30,7 +30,7 @@ #include "wine/debug.h" #include "wine/heap.h"
-WINE_DEFAULT_DEBUG_CHANNEL(winedevice); +WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl);
static const WCHAR servicesW[] = L"\Registry\Machine\System\CurrentControlSet\Services\";