Commit e3e11338 authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

wined3d: Degrade an ERR to a TRACE.

parent 0b6f677d
......@@ -3559,7 +3559,7 @@ static HRESULT arbfp_blit_set(IWineD3DDevice *iface, WINED3DFORMAT fmt, GLenum t
if(glDesc->conversion_group != WINED3DFMT_YUY2 && glDesc->conversion_group != WINED3DFMT_UYVY &&
glDesc->conversion_group != WINED3DFMT_YV12) {
ERR("Format: %s\n", debug_d3dformat(glDesc->conversion_group));
TRACE("Format: %s\n", debug_d3dformat(glDesc->conversion_group));
/* Don't bother setting up a shader for unconverted formats */
glEnable(textype);
checkGLcall("glEnable(textype)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment