mshtml: Fixed trace message.

This commit is contained in:
Jacek Caban 2012-10-17 12:20:06 +02:00 committed by Alexandre Julliard
parent 81e106cfa2
commit 1dae62f0a9
1 changed files with 1 additions and 1 deletions

View File

@ -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");