mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
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…
x
Reference in New Issue
Block a user