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

This is allowed behaviour.
This commit is contained in:
Henri Verbeet 2009-12-16 19:55:56 +01:00 committed by Alexandre Julliard
parent e79a6b20d2
commit d5a8637ecc
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static HRESULT WINAPI IWineD3DEventQueryImpl_GetData(IWineD3DQuery* iface, void
if (!query->context)
{
ERR("Query not started, returning TRUE.\n");
TRACE("Query not started, returning TRUE.\n");
*data = TRUE;
return S_OK;