Flag is deprecated, has no effect, and serves no purpose anymore.
Remove from the DBG statement.

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

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 11340ea..034a3a3 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -294,10 +294,9 @@ static void sendAButton(InputInfoPtr pInfo, int button, 
int mask,
        mapped_button = priv->button[button];
 
        DBG(4, priv, "TPCButton(%s) button=%d state=%d "
-               "mapped_button=%d, coreEvent=%s \n",
+               "mapped_button=%d\n",
                common->wcmTPCButton ? "on" : "off",
-               button, mask, mapped_button,
-               (mapped_button & AC_CORE) ? "yes" : "no");
+               button, mask, mapped_button);
 
        if (!priv->keys[mapped_button][0])
        {
-- 
1.7.8.4


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to