mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
change error message
This commit is contained in:
parent
b711eb793b
commit
b8829facc7
1 changed files with 2 additions and 1 deletions
|
|
@ -47,11 +47,12 @@ _eglError(EGLint errCode, const char *msg)
|
|||
if (_eglGlobal.LastError == EGL_SUCCESS) {
|
||||
_eglGlobal.LastError = errCode;
|
||||
/* XXX temporary */
|
||||
fprintf(stderr, "EGL Error 0x%x in %s\n", errCode, msg);
|
||||
fprintf(stderr, "EGL user error 0x%x in %s\n", errCode, msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Return a new screen handle/ID.
|
||||
* NOTE: we never reuse these!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue