mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 06:40:24 +01:00
mesa: remove extra \n from printf string
This commit is contained in:
parent
949e7383b5
commit
dea4826b84
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ slang_info_log_message(slang_info_log * log, const char *prefix,
|
|||
slang_string_concat(log->text, "\n");
|
||||
|
||||
if (MESA_VERBOSE & VERBOSE_GLSL) {
|
||||
_mesa_printf("Mesa: GLSL %s\n", log->text);
|
||||
_mesa_printf("Mesa: GLSL %s", log->text);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue