Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: Removing a superfluous warning from xf86-input-ws/dist/src/ws.c
> if (hscroll || vscroll) {
> xf86Msg(X_WARNING, "%s: hscroll=%d, vscroll=%d\n",
> pInfo->name, hscroll, vscroll);
[ ... ]
> This touchpad method is not supported by the xf86-input-mouse driver so
> with that one the touchpad doesn't scroll.
>
> Shall I just remove the warning?
perhaps convert into a DBG(4, ...)?
it certainly shouldn't be generated log flood so downgrade or
removal is the right answer.
thanks.
.mrg.
Home |
Main Index |
Thread Index |
Old Index