wgl: Degrade an ERR to a WARN.
This commit is contained in:
parent
9be5a5e9db
commit
49c635094b
|
@ -1556,7 +1556,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lpszProc)
|
|||
}
|
||||
}
|
||||
|
||||
ERR("(%s) - not found\n", lpszProc);
|
||||
WARN("(%s) - not found\n", lpszProc);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue