quartz: Uncomment a trace.
This commit is contained in:
parent
b5a8df58cb
commit
83efc64dd5
|
@ -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);
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue