Andrew Riedi : dsound: DPRINTF -> TRACE.

Alexandre Julliard julliard at winehq.org
Wed Dec 12 09:29:19 CST 2007


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

Author: Andrew Riedi <andrewriedi at gmail.com>
Date:   Tue Dec 11 23:56:13 2007 -0800

dsound: DPRINTF -> TRACE.

---

 dlls/dsound/dsound.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c
index 73fbd91..7b0779a 100644
--- a/dlls/dsound/dsound.c
+++ b/dlls/dsound/dsound.c
@@ -1318,7 +1318,7 @@ HRESULT DirectSoundDevice_GetCaps(
     if (TRACE_ON(dsound)) {
         TRACE("(flags=0x%08x:\n",lpDSCaps->dwFlags);
         _dump_DSCAPS(lpDSCaps->dwFlags);
-        DPRINTF(")\n");
+        TRACE(")\n");
     }
     lpDSCaps->dwMinSecondarySampleRate          = device->drvcaps.dwMinSecondarySampleRate;
     lpDSCaps->dwMaxSecondarySampleRate          = device->drvcaps.dwMaxSecondarySampleRate;
@@ -1538,7 +1538,7 @@ HRESULT DirectSoundDevice_CreateSoundBuffer(
         TRACE("(structsize=%d)\n",dsbd->dwSize);
         TRACE("(flags=0x%08x:\n",dsbd->dwFlags);
         _dump_DSBCAPS(dsbd->dwFlags);
-        DPRINTF(")\n");
+        TRACE(")\n");
         TRACE("(bufferbytes=%d)\n",dsbd->dwBufferBytes);
         TRACE("(lpwfxFormat=%p)\n",dsbd->lpwfxFormat);
     }




More information about the wine-cvs mailing list