I mean, you shouldn't be running this driver and all, but still - success is success.
Signed-off-by: Peter Hutterer <[email protected]> --- src/xf86Aiptek.c | 2 +- 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; } -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
