gdi32/tests: Use winetest_debug to silence noisy traces.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ba1769cb7d
commit
c3ad3f2bd0
|
@ -5493,7 +5493,7 @@ static INT CALLBACK enum_ms_shell_dlg_proc(const LOGFONTA *lf, const TEXTMETRICA
|
||||||
{
|
{
|
||||||
struct enum_fullname_data *efnd = (struct enum_fullname_data *)lParam;
|
struct enum_fullname_data *efnd = (struct enum_fullname_data *)lParam;
|
||||||
|
|
||||||
if (0) /* Disabled to limit console spam */
|
if (winetest_debug > 2)
|
||||||
trace("enumed font \"%s\", charset %d, height %d, weight %d, italic %d\n",
|
trace("enumed font \"%s\", charset %d, height %d, weight %d, italic %d\n",
|
||||||
lf->lfFaceName, lf->lfCharSet, lf->lfHeight, lf->lfWeight, lf->lfItalic);
|
lf->lfFaceName, lf->lfCharSet, lf->lfHeight, lf->lfWeight, lf->lfItalic);
|
||||||
|
|
||||||
|
@ -5514,7 +5514,7 @@ static INT CALLBACK enum_ms_shell_dlg2_proc(const LOGFONTA *lf, const TEXTMETRIC
|
||||||
{
|
{
|
||||||
struct enum_fullname_data *efnd = (struct enum_fullname_data *)lParam;
|
struct enum_fullname_data *efnd = (struct enum_fullname_data *)lParam;
|
||||||
|
|
||||||
if (0) /* Disabled to limit console spam */
|
if (winetest_debug > 2)
|
||||||
trace("enumed font \"%s\", charset %d, height %d, weight %d, italic %d\n",
|
trace("enumed font \"%s\", charset %d, height %d, weight %d, italic %d\n",
|
||||||
lf->lfFaceName, lf->lfCharSet, lf->lfHeight, lf->lfWeight, lf->lfItalic);
|
lf->lfFaceName, lf->lfCharSet, lf->lfHeight, lf->lfWeight, lf->lfItalic);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue