=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d11: Fix TRACE message in d3d_query_create().

Alexandre Julliard julliard at winehq.org
Fri Feb 3 13:31:34 CST 2017


Module: wine
Branch: master
Commit: 7940e4ec5272684f906e56e3dadabce96f3da7c8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7940e4ec5272684f906e56e3dadabce96f3da7c8

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Fri Feb  3 14:08:42 2017 +0100

d3d11: Fix TRACE message in d3d_query_create().

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d11/async.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/async.c b/dlls/d3d11/async.c
index 93f428e..dadd210 100644
--- a/dlls/d3d11/async.c
+++ b/dlls/d3d11/async.c
@@ -452,7 +452,7 @@ HRESULT d3d_query_create(struct d3d_device *device, const D3D11_QUERY_DESC *desc
         return hr;
     }
 
-    TRACE("Created predicate %p.\n", object);
+    TRACE("Created query %p.\n", object);
     *query = object;
 
     return S_OK;




More information about the wine-cvs mailing list