Module: Mesa
Branch: main
Commit: 8f3c3d2fc0bd61698123512b881d7fdc0ec77722
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f3c3d2fc0bd61698123512b881d7fdc0ec77722

Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Apr 19 13:04:51 2023 -0400

glthread: add newline to env override

Fixes: 8c42c353b6e ("driconf: rework glthread enablement")

Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Emma Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22581>

---

 src/gallium/frontends/dri/dri_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/frontends/dri/dri_context.c 
b/src/gallium/frontends/dri/dri_context.c
index e2812af8f4b..54b1ae64129 100644
--- a/src/gallium/frontends/dri/dri_context.c
+++ b/src/gallium/frontends/dri/dri_context.c
@@ -223,7 +223,7 @@ dri_create_context(struct dri_screen *screen,
       bool user_enable_glthread = debug_get_bool_option("mesa_glthread", 
false);
       if (user_enable_glthread != enable_glthread) {
          /* print warning to mimic old behavior */
-         fprintf(stderr, "ATTENTION: default value of option mesa_glthread 
overridden by environment.");
+         fprintf(stderr, "ATTENTION: default value of option mesa_glthread 
overridden by environment.\n");
       }
       enable_glthread = user_enable_glthread;
    }

Reply via email to