Module: Mesa Branch: main Commit: 71d8ac2bf83ef62cc32a2c3755c5b193e6486702 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71d8ac2bf83ef62cc32a2c3755c5b193e6486702
Author: Adam Jackson <[email protected]> Date: Wed Jun 16 13:51:12 2021 -0400 glx: Clarify a debug message In GLX a "tag" usually means a context tag, "fbconfig attribute" is a bit more obvious. Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13002> --- src/glx/glxext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 07bb42e22fe..fa8de18816e 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -617,7 +617,7 @@ __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, break; default: { long int tagvalue = *bp++; - DebugMessageF("WARNING: unknown GLX tag from server: " + DebugMessageF("WARNING: unknown fbconfig attribute from server: " "tag 0x%lx value 0x%lx\n", tag, tagvalue); break; }
