mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
tweak an error message
This commit is contained in:
parent
87f858dd7c
commit
1a8ebb8c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ _mesa_error( GLcontext *ctx, GLenum error, const char *fmtString, ... )
|
|||
errstr = "unknown";
|
||||
break;
|
||||
}
|
||||
_mesa_debug(ctx, "Mesa user error: %s in %s\n", errstr, where);
|
||||
_mesa_debug(ctx, "User error: %s in %s\n", errstr, where);
|
||||
}
|
||||
|
||||
_mesa_record_error(ctx, error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue