[PATCH xserver] Xext/vidmode: Reduce verbosity of GetModeLine debug messages

Adam Jackson ajax at nwnk.net
Mon Mar 14 15:22:03 UTC 2016


On Mon, 2016-03-14 at 10:41 -0400, Adam Jackson wrote:
> On Mon, 2016-03-14 at 09:15 +0100, Olivier Fourdan wrote:
> 
> > 
> > > 
> > > @@ -662,11 +662,11 @@ ProcVidModeDeleteModeLine(ClientPtr client)
> > >               bytes_to_int32(sizeof(xXF86VidModeDeleteModeLineReq));
> > >       }
> > >       if (len != stuff->privsize) {
> > > -        LogMessage(X_INFO, "req_len = %ld, sizeof(Req) = %d, privsize = %ld, "
> > > -                   "len = %d, length = %d\n",
> > > -                   (unsigned long) client->req_len,
> > > -                   (int) sizeof(xXF86VidModeDeleteModeLineReq) >> 2,
> > > -                   (unsigned long) stuff->privsize, len, stuff->length);
> > > +        DebufF("req_len = %ld, sizeof(Req) = %d, privsize = %ld, "
> > There is typo ^^^ here, it should read DebugF()
> Fixed that and pushed:
> 
> remote: Updating patchwork state for https://patchwork.freedesktop.org/project/Xorg/list/
> remote: I: patch #76735 updated using rev 75eecf28ae3709181a51571132b0accd9cae316e.
> remote: I: 1 patch(es) updated to state Accepted.
> To ssh://git.freedesktop.org/git/xorg/xserver
>    744c292..75eecf2  master -> master

... dammit, did not actually manage to amend the commit before pushing.
Fixed now, apologies for the noise.

- ajax


More information about the xorg-devel mailing list