Commit d5a8637e authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Change an ERR to a TRACE in IWineD3DEventQueryImpl_GetData().

This is allowed behaviour.
parent e79a6b20
...@@ -347,7 +347,7 @@ static HRESULT WINAPI IWineD3DEventQueryImpl_GetData(IWineD3DQuery* iface, void ...@@ -347,7 +347,7 @@ static HRESULT WINAPI IWineD3DEventQueryImpl_GetData(IWineD3DQuery* iface, void
if (!query->context) if (!query->context)
{ {
ERR("Query not started, returning TRUE.\n"); TRACE("Query not started, returning TRUE.\n");
*data = TRUE; *data = TRUE;
return S_OK; return S_OK;
......
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