From 71d8ac2bf83ef62cc32a2c3755c5b193e6486702 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 16 Jun 2021 13:51:12 -0400 Subject: [PATCH] glx: Clarify a debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In GLX a "tag" usually means a context tag, "fbconfig attribute" is a bit more obvious. Reviewed-by: Michel Dänzer Reviewed-by: Emil Velikov Part-of: --- 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; }