summaryrefslogtreecommitdiff
path: root/src/xlibclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlibclient.c')
-rw-r--r--src/xlibclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xlibclient.c b/src/xlibclient.c
index 1eff59d..6539889 100644
--- a/src/xlibclient.c
+++ b/src/xlibclient.c
@@ -298,7 +298,7 @@ NestedClientCheckEvents(NestedClientPrivatePtr pPriv) {
case MotionNotify:
if (!pPriv->dev) {
- xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initializedXShmQueryExtension failed. Dropping XShm support.\n");
+ xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initialized, ignoring input.\n");
break;
}
@@ -310,7 +310,7 @@ NestedClientCheckEvents(NestedClientPrivatePtr pPriv) {
case ButtonPress:
case ButtonRelease:
if (!pPriv->dev) {
- xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initializedXShmQueryExtension failed. Dropping XShm support.\n");
+ xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initialized, ignoring input.\n");
break;
}
@@ -320,7 +320,7 @@ NestedClientCheckEvents(NestedClientPrivatePtr pPriv) {
case KeyPress:
case KeyRelease:
if (!pPriv->dev) {
- xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initializedXShmQueryExtension failed. Dropping XShm support.\n");
+ xf86DrvMsg(pPriv->scrnIndex, X_INFO, "Input device is not yet initialized, ignoring input.\n");
break;
}