egl: added a debug msg

This commit is contained in:
Brian Paul
2008-06-13 13:56:31 -06:00
parent 3da77b33bb
commit be16f04e76
+1
View File
@@ -675,6 +675,7 @@ xdri_eglCreateContext(_EGLDriver *drv, EGLDisplay dpy, EGLConfig config,
xdri_config->mode, renderType,
shared, &xdri_ctx->driContext);
if (!xdri_ctx->driContext.private) {
_eglLog(_EGL_DEBUG, "driScreen.createNewContext failed");
free(xdri_ctx);
return EGL_NO_CONTEXT;
}