Jacek Caban : mshtml: Fixed trace message.

Alexandre Julliard julliard at winehq.org
Wed Oct 17 14:32:28 CDT 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Oct 17 12:20:06 2012 +0200

mshtml: Fixed trace message.

---

 dlls/mshtml/htmlscript.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmlscript.c b/dlls/mshtml/htmlscript.c
index befc577..2dc25de 100644
--- a/dlls/mshtml/htmlscript.c
+++ b/dlls/mshtml/htmlscript.c
@@ -100,7 +100,7 @@ static HRESULT WINAPI HTMLScriptElement_put_src(IHTMLScriptElement *iface, BSTR
     nsAString src_str;
     nsresult nsres;
 
-    FIXME("(%p)->(%s)\n", This, debugstr_w(v));
+    TRACE("(%p)->(%s)\n", This, debugstr_w(v));
 
     if(!This->element.node.doc || !This->element.node.doc->window) {
         WARN("no windoow\n");




More information about the wine-cvs mailing list