Francois Gouget : shlwapi/tests: Silence some istream traces that generate too many lines.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 12 09:08:19 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue May 12 12:38:35 2015 +0200

shlwapi/tests: Silence some istream traces that generate too many lines.

---

 dlls/shlwapi/tests/istream.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/shlwapi/tests/istream.c b/dlls/shlwapi/tests/istream.c
index 95485b9..48a292a 100644
--- a/dlls/shlwapi/tests/istream.c
+++ b/dlls/shlwapi/tests/istream.c
@@ -483,7 +483,8 @@ static void test_SHCreateStreamOnFileEx(DWORD mode, DWORD stgm)
     static const CHAR testEx_txt[] = "\\testEx.txt";
     BOOL delret;
 
-    trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
+    if (winetest_debug > 1)
+        trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
 
     /* Don't used a fixed path for the testEx.txt file */
     GetTempPathA(MAX_PATH, test_fileA);




More information about the wine-cvs mailing list