Module: wine Branch: master Commit: 49c635094b2fc515f3f7b846350c2199b7f66ea7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49c635094b2fc515f3f7b84635...
Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Wed Aug 29 00:44:15 2007 +0200
wgl: Degrade an ERR to a WARN.
---
dlls/winex11.drv/opengl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index 793bf72..f6216b6 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -1556,7 +1556,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lpszProc) } }
- ERR("(%s) - not found\n", lpszProc); + WARN("(%s) - not found\n", lpszProc); return NULL; }