Commit 0aaaacd1 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mscoree: Don't print FIXME for unused config file elements.

parent 14adcc69
...@@ -489,7 +489,7 @@ static HRESULT WINAPI ConfigFileHandler_startElement(ISAXContentHandler *iface, ...@@ -489,7 +489,7 @@ static HRESULT WINAPI ConfigFileHandler_startElement(ISAXContentHandler *iface,
return hr; return hr;
unknown: unknown:
FIXME("Unknown element %s in state %u\n", debugstr_wn(pLocalName,nLocalName), TRACE("Unknown element %s in state %u\n", debugstr_wn(pLocalName,nLocalName),
This->states[This->statenum]); This->states[This->statenum]);
This->states[++This->statenum] = STATE_UNKNOWN; This->states[++This->statenum] = STATE_UNKNOWN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment