wgl: Degrade an ERR to a WARN.

This commit is contained in:
Roderick Colenbrander 2007-08-29 00:44:15 +02:00 committed by Alexandre Julliard
parent 9be5a5e9db
commit 49c635094b

View File

@ -1556,7 +1556,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lpszProc)
}
}
ERR("(%s) - not found\n", lpszProc);
WARN("(%s) - not found\n", lpszProc);
return NULL;
}