[PATCH 2/5] wined3d: Change an ERR to a TRACE in IWineD3DEventQueryImpl_GetData().

Henri Verbeet hverbeet at codeweavers.com
Wed Dec 16 12:55:56 CST 2009


This is allowed behaviour.
---
 dlls/wined3d/query.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/query.c b/dlls/wined3d/query.c
index f3e51de..a8295cc 100644
--- a/dlls/wined3d/query.c
+++ b/dlls/wined3d/query.c
@@ -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;
-- 
1.6.4.4




More information about the wine-patches mailing list