From 1dae62f0a98968c1a962d8c0905af0d24061ba2e Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Wed, 17 Oct 2012 12:20:06 +0200 Subject: [PATCH] mshtml: Fixed trace message. --- dlls/mshtml/htmlscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/htmlscript.c b/dlls/mshtml/htmlscript.c index befc57701bb..2dc25def3cf 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");