Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xorg.0.Log spammed with mtrack Debug output #122

Open
wmzart opened this issue Oct 7, 2017 · 0 comments
Open

Xorg.0.Log spammed with mtrack Debug output #122

wmzart opened this issue Oct 7, 2017 · 0 comments

Comments

@wmzart
Copy link

wmzart commented Oct 7, 2017

On following version:

compiled for 1.18.4, module version = 0.2.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 22.1

If I want to analyze the file /var/log/Xorg.0.log, I see a lot of Debug output from src/mtstate.c:

(II) mtrack[1] src/mtstate.c:161: (II) x=512 y=1960 out=5 w=4416 h=3656
(II) mtrack[2] src/mtstate.c:161: (II) x=520 y=1932 out=5 w=4416 h=3656
(II) mtrack[3] src/mtstate.c:161: (II) x=520 y=1932 out=5 w=4416 h=3656
...
(II) mtrack[4152] src/mtstate.c:161: (II) x=551 y=1857 out=5 w=4416 h=3656
(II) mtrack[4153] src/mtstate.c:161: (II) x=554 y=1839 out=5 w=4416 h=3656
...

In the source file src/mtstate.c on line 161, the following is written:
LOG_INFO2(ENABLED, "x=%i y=%i out=%i w=%i h=%i\n", x,y,out,w,h);

Apart from commenting out this line, how can one suppress this officially?

Thanks in advance.
Marc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant