Decorate the accel log messages with (accel)

The MinSpeed message already does so, do it for MaxSpeed and AccelFactor
too.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2012-08-01 13:33:41 +10:00
parent 0145633697
commit 001097476a

View File

@@ -1199,9 +1199,9 @@ DeviceInit(DeviceIntPtr dev)
* 100 packet/s by default. */
pVel->corr_mul = 12.5f; /*1000[ms]/80[/s] = 12.5 */
xf86IDrvMsg(pInfo, X_CONFIG, "MaxSpeed is now %.2f\n",
xf86IDrvMsg(pInfo, X_CONFIG, "(accel) MaxSpeed is now %.2f\n",
priv->synpara.max_speed);
xf86IDrvMsg(pInfo, X_CONFIG, "AccelFactor is now %.3f\n",
xf86IDrvMsg(pInfo, X_CONFIG, "(accel) AccelFactor is now %.3f\n",
priv->synpara.accl);
prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER);