# HG changeset patch # User voroshil # Date 1169917314 0 # Node ID 0421ee482f389f973062dbe5f9bc45b1e740c7e6 # Parent 4479e6a1a1409b36b3968c18539faac1afcba3b6 fix overlooked debug message diff -r 4479e6a1a140 -r 0421ee482f38 loader/dshow/outputpin.c --- a/loader/dshow/outputpin.c Sat Jan 27 16:41:01 2007 +0000 +++ b/loader/dshow/outputpin.c Sat Jan 27 17:01:54 2007 +0000 @@ -589,7 +589,7 @@ { COutputPin* p = (COutputPin*)This; - Debug printf("COutputPin_M_QueryInterface(%p) called\n", This); + Debug printf("COutputMemPin_QueryInterface(%p) called\n", This); if (!ppv) return E_INVALIDARG;