Huw Davies : inetcomm: Improve some TRACEs.

Alexandre Julliard julliard at winehq.org
Fri Feb 15 05:35:58 CST 2008


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Feb 14 12:37:43 2008 +0000

inetcomm: Improve some TRACEs.

---

 dlls/inetcomm/mimeole.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/inetcomm/mimeole.c b/dlls/inetcomm/mimeole.c
index dd47a68..1fd9983 100644
--- a/dlls/inetcomm/mimeole.c
+++ b/dlls/inetcomm/mimeole.c
@@ -820,7 +820,7 @@ static HRESULT WINAPI MimeBody_SetOption(
                                 const TYPEDID oid,
                                 LPCPROPVARIANT pValue)
 {
-    FIXME("stub\n");
+    FIXME("(%p)->(%08x, %p): stub\n", iface, oid, pValue);
     return E_NOTIMPL;
 }
 
@@ -829,7 +829,7 @@ static HRESULT WINAPI MimeBody_GetOption(
                                 const TYPEDID oid,
                                 LPPROPVARIANT pValue)
 {
-    FIXME("stub\n");
+    FIXME("(%p)->(%08x, %p): stub\n", iface, oid, pValue);
     return E_NOTIMPL;
 }
 
@@ -846,7 +846,7 @@ static HRESULT WINAPI MimeBody_IsType(
                              IMimeBody* iface,
                              IMSGBODYTYPE bodytype)
 {
-    FIXME("stub\n");
+    FIXME("(%p)->(%d): stub\n", iface, bodytype);
     return E_NOTIMPL;
 }
 
@@ -2134,7 +2134,7 @@ static HRESULT WINAPI MimeMessage_SetOption(
     const TYPEDID oid,
     LPCPROPVARIANT pValue)
 {
-    FIXME("(%p)->(%d, %p)\n", iface, oid, pValue);
+    FIXME("(%p)->(%08x, %p)\n", iface, oid, pValue);
     return E_NOTIMPL;
 }
 
@@ -2143,7 +2143,7 @@ static HRESULT WINAPI MimeMessage_GetOption(
     const TYPEDID oid,
     LPPROPVARIANT pValue)
 {
-    FIXME("(%p)->(%d, %p)\n", iface, oid, pValue);
+    FIXME("(%p)->(%08x, %p)\n", iface, oid, pValue);
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list