strmbase: Print the debug string and not the pointer to it.

This commit is contained in:
Michael Stefaniuc 2012-03-21 23:40:16 +01:00 committed by Alexandre Julliard
parent 8f6801fdc0
commit b485f6c056
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ HRESULT WINAPI TransformFilterImpl_FindPin(IBaseFilter * iface, LPCWSTR Id, IPin
{
TransformFilter *This = (TransformFilter *)iface;
TRACE("(%p/%p)->(%p,%p)\n", This, iface, debugstr_w(Id), ppPin);
TRACE("(%p/%p)->(%s,%p)\n", This, iface, debugstr_w(Id), ppPin);
return E_NOTIMPL;
}