From 753ac6f0159c82c8cb1cd99f221615707f309d6c Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 30 Apr 2008 14:39:36 -0700 Subject: [PATCH] quartz: Silence a fixme that isn't. --- dlls/quartz/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/parser.c b/dlls/quartz/parser.c index f9140ae7e8f..33e3d0456ad 100644 --- a/dlls/quartz/parser.c +++ b/dlls/quartz/parser.c @@ -522,7 +522,7 @@ static HRESULT Parser_RemoveOutputPins(ParserImpl * This) for (i = 0; i < This->cStreams; i++) { hr = OutputPin_DeliverDisconnect((OutputPin *)ppOldPins[i + 1]); - FIXME("Other side: %08x\n", hr); + TRACE("Disconnect: %08x\n", hr); IPin_Release(ppOldPins[i + 1]); }