summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86Wacom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index b46d821..2c71dad 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -234,7 +234,7 @@ static int wcmInitArea(InputInfoPtr pInfo)
tmp->next = priv->next;
}
xf86Msg(X_ERROR, "%s: Top/Bottom area overlaps with another devices.\n",
- pInfo->conf_idev->identifier);
+ pInfo->name);
return FALSE;
}
xf86Msg(X_PROBED, "%s: top X=%d top Y=%d "