glthread: add newline to env override
Fixes: 8c42c353b6 ("driconf: rework glthread enablement")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22581>
This commit is contained in:
committed by
Marge Bot
parent
972082d051
commit
8f3c3d2fc0
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user