Convert mostly useless ERR to WARN message.
This commit is contained in:
parent
19f2669c24
commit
9f331f489f
|
@ -347,7 +347,7 @@ void* WINAPI wglGetProcAddress(LPCSTR lpszProc) {
|
||||||
local_func = p_glXGetProcAddressARB(lpszProc);
|
local_func = p_glXGetProcAddressARB(lpszProc);
|
||||||
LEAVE_GL();
|
LEAVE_GL();
|
||||||
if (local_func != NULL) {
|
if (local_func != NULL) {
|
||||||
ERR("Extension %s defined in the OpenGL library but NOT in opengl_ext.c... Please report (lionel.ulmer@free.fr) !\n", lpszProc);
|
WARN("Extension %s defined in the OpenGL library but NOT in opengl_ext.c...\n", lpszProc);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue