mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
dri: __driUtilMessage(): not all messages are errors
This commit is contained in:
parent
08ac96e55b
commit
e1a8852aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ __driUtilMessage(const char *f, ...)
|
|||
va_list args;
|
||||
|
||||
if (getenv("LIBGL_DEBUG")) {
|
||||
fprintf(stderr, "libGL error: \n");
|
||||
fprintf(stderr, "libGL: ");
|
||||
va_start(args, f);
|
||||
vfprintf(stderr, f, args);
|
||||
va_end(args);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue