mesa: remove extra \n from printf string
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user