diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c index 477eecd10cd..1e0d6a0293b 100644 --- a/dlls/opengl32/wgl.c +++ b/dlls/opengl32/wgl.c @@ -347,7 +347,7 @@ void* WINAPI wglGetProcAddress(LPCSTR lpszProc) { local_func = p_glXGetProcAddressARB(lpszProc); LEAVE_GL(); 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; }