aboutsummaryrefslogtreecommitdiff
path: root/src/emuMB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emuMB.c')
-rw-r--r--src/emuMB.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emuMB.c b/src/emuMB.c
index eb01495..b25eac8 100644
--- a/src/emuMB.c
+++ b/src/emuMB.c
@@ -196,8 +196,8 @@ EvdevMBEmuTimer(InputInfoPtr pInfo)
pEvdev->emulateMB.state =
stateTab[pEvdev->emulateMB.state][4][2];
} else {
- ErrorF("Got unexpected buttonTimer in state %d\n",
- pEvdev->emulateMB.state);
+ xf86IDrvMsg(pInfo, X_ERROR, "Got unexpected buttonTimer in state %d\n",
+ pEvdev->emulateMB.state);
}
xf86UnblockSIGIO (sigstate);