Commit 701c399f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: Silence some clipboard traces that generate too many lines.

parent 7411c72e
......@@ -150,8 +150,8 @@ todo_wine
if (format_id < 0xc000)
ok(!len, "GetClipboardFormatNameA should fail, but it returned %d (%s)\n", len, buf);
else
if (len) trace("%04x: %s\n", format_id, len ? buf : "");
else if (len && winetest_debug > 1)
trace("%04x: %s\n", format_id, len ? buf : "");
}
ret = OpenClipboard(0);
......
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