[PATCH 4/4] winexinput.sys: Use +xinput channel.

Rémi Bernon rbernon at codeweavers.com
Tue Nov 9 02:51:11 CST 2021


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---
 dlls/winexinput.sys/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winexinput.sys/main.c b/dlls/winexinput.sys/main.c
index abc61e8754f..339db17817c 100644
--- a/dlls/winexinput.sys/main.c
+++ b/dlls/winexinput.sys/main.c
@@ -37,7 +37,7 @@
 #include "wine/asm.h"
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(winexinput);
+WINE_DEFAULT_DEBUG_CHANNEL(xinput);
 
 #ifdef __ASM_USE_FASTCALL_WRAPPER
 extern void *WINAPI wrap_fastcall_func1(void *func, const void *a);
-- 
2.33.1




More information about the wine-devel mailing list