mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-10 15:54:58 +08:00
tweak an error message
This commit is contained in:
parent
87f858dd7c
commit
1a8ebb8c2f
@ -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…
Reference in New Issue
Block a user