dsound: Don't trace current thread ID.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alistair Leslie-Hughes 2018-09-13 03:29:42 +00:00 committed by Alexandre Julliard
parent 193fc95628
commit 074de9258d
2 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@ static HRESULT WINAPI IDirectSoundBufferImpl_GetStatus(IDirectSoundBuffer8 *ifac
{
IDirectSoundBufferImpl *This = impl_from_IDirectSoundBuffer8(iface);
TRACE("(%p,%p), thread is %04x\n",This,status,GetCurrentThreadId());
TRACE("(%p,%p)\n",This,status);
if (status == NULL) {
WARN("invalid parameter: status = NULL\n");

View File

@ -386,7 +386,7 @@ static HRESULT WINAPI IDirectSoundCaptureBufferImpl_GetStatus(IDirectSoundCaptur
{
IDirectSoundCaptureBufferImpl *This = impl_from_IDirectSoundCaptureBuffer8(iface);
TRACE( "(%p, %p), thread is %04x\n", This, lpdwStatus, GetCurrentThreadId() );
TRACE( "(%p, %p)\n", This, lpdwStatus );
if (This->device == NULL) {
WARN("invalid parameter: This->device == NULL\n");