Signed-off-by: Peter Hutterer <[email protected]>
---
 src/wcmCommon.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 89a4d81..0a5a8ac 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -872,9 +872,8 @@ void wcmEvent(WacomCommonPtr common, unsigned int channel,
                if (priv == NULL || !IsTouch(priv))
                {
                        priv = common->wcmDevices;
-                       /* this error will likely cause the driver crash */
-                       xf86Msg(X_ERROR, "%s: wcmEvent could not "
-                               "find touch device.\n", priv->name);
+                       xf86Msg(X_ERROR, "could not find touch device "
+                               "for device on %s.\n", common->device_path);
                }
        }
 
-- 
1.7.4


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to