Nikolay Sivov : dmime: Fix a couple of trace messages.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 27 07:45:10 CDT 2015


Module: wine
Branch: master
Commit: 2d77891fab46d44fd694053012ca304cb9f89c07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2d77891fab46d44fd694053012ca304cb9f89c07

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Apr 27 00:38:53 2015 +0300

dmime: Fix a couple of trace messages.

---

 dlls/dmime/graph.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dmime/graph.c b/dlls/dmime/graph.c
index 76d4706..7975a4f 100644
--- a/dlls/dmime/graph.c
+++ b/dlls/dmime/graph.c
@@ -600,14 +600,14 @@ static HRESULT WINAPI PersistStream_Load(IPersistStream *iface, IStream* pStm)
 static HRESULT WINAPI PersistStream_Save(IPersistStream *iface, IStream *stream, BOOL clear_dirty)
 {
     IDirectMusicGraphImpl *This = impl_from_IPersistStream(iface);
-    FIXME("(%p) %p %d\n", This, stream, clear_dirty);
+    TRACE("(%p) %p %d\n", This, stream, clear_dirty);
     return E_NOTIMPL;
 }
 
 static HRESULT WINAPI PersistStream_GetSizeMax(IPersistStream *iface, ULARGE_INTEGER *size)
 {
     IDirectMusicGraphImpl *This = impl_from_IPersistStream(iface);
-    FIXME("(%p) %p\n", This, size);
+    TRACE("(%p) %p\n", This, size);
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list