Commit 447d5c21 authored by Andrew Riedi's avatar Andrew Riedi Committed by Alexandre Julliard

dsound: Change a couple DPRINTF's to TRACE's

parent 1d4a4b75
......@@ -146,7 +146,7 @@ static void _dump_DSCAPS(DWORD xmask) {
for (i=0;i<sizeof(flags)/sizeof(flags[0]);i++)
if ((flags[i].mask & xmask) == flags[i].mask)
DPRINTF("%s ",flags[i].name);
TRACE("%s ",flags[i].name);
}
static void _dump_DSBCAPS(DWORD xmask) {
......@@ -174,7 +174,7 @@ static void _dump_DSBCAPS(DWORD xmask) {
for (i=0;i<sizeof(flags)/sizeof(flags[0]);i++)
if ((flags[i].mask & xmask) == flags[i].mask)
DPRINTF("%s ",flags[i].name);
TRACE("%s ",flags[i].name);
}
/*******************************************************************************
......
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