summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86Aiptek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index 3a60d13..6a4ba96 100644
--- a/src/xf86Aiptek.c
+++ b/src/xf86Aiptek.c
@@ -1479,7 +1479,7 @@ xf86AiptekProc(DeviceIntPtr pAiptek, int requestCode)
xf86Msg(X_ERROR, "Unable to open aiptek device\n");
return !Success;
}
- xf86Msg(X_ERROR, "Able to open aiptek device\n");
+ xf86Msg(X_INFO, "Able to open aiptek device\n");
xf86AddEnabledDevice(pInfo);
pAiptek->public.on = TRUE;
}