quartz: Uncomment a trace.

This commit is contained in:
Maarten Lankhorst 2008-03-13 20:25:58 -07:00 committed by Alexandre Julliard
parent b5a8df58cb
commit 83efc64dd5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ HRESULT WINAPI IPinImpl_ConnectedTo(IPin * iface, IPin ** ppPin)
HRESULT hr;
IPinImpl *This = (IPinImpl *)iface;
/* TRACE("(%p)\n", ppPin);*/
TRACE("(%p)\n", ppPin);
EnterCriticalSection(This->pCritSec);
{