[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH v2] winex11.drv: Avoid using the mailing list address in error messages.
From:       Francois Gouget <fgouget () free ! fr>
Date:       2020-05-31 16:05:35
Message-ID: E1jfQSt-0002xa-M9 () amboise
[Download RAW message or body]

Also let users decide whether to report bugs and let them figure out 
how. 

Signed-off-by: Francois Gouget <fgouget@free.fr>
---

Otherwise every ERR(), WARN() and FIXME() should tell them to report 
bugs.

 dlls/winex11.drv/wintab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index 06a1427a196..92f957cf8d7 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -619,7 +619,7 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
 
             if (! is_tablet_cursor(target->name, device_type))
             {
-                WARN("Skipping device %d [name %s|type %s]; not apparently a tablet \
cursor type device.  If this is wrong, please report it to wine-devel@winehq.org\n", \
+                WARN("Skipping device %d [name %s|type %s]; not apparently a tablet \
cursor type device\n",  loop, devices[loop].name, debugstr_a(device_type));
                 break;
             }
-- 
2.20.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic