glx: Clarify a debug message
authorAdam Jackson <ajax@redhat.com>
Wed, 16 Jun 2021 17:51:12 +0000 (13:51 -0400)
committerAdam Jackson <ajax@redhat.com>
Mon, 27 Sep 2021 13:36:47 +0000 (09:36 -0400)
In GLX a "tag" usually means a context tag, "fbconfig attribute" is a
bit more obvious.

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13002>

src/glx/glxext.c

index 07bb42e..fa8de18 100644 (file)
@@ -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;
          }