Commit 92ed390b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Change an ERR that was supposed to be a TRACE.

parent 04c40f2f
......@@ -5743,7 +5743,7 @@ static UINT ITERATE_PublishAssembly( MSIRECORD *rec, LPVOID param )
if (!comp || !comp->Enabled ||
!(comp->Action & (INSTALLSTATE_LOCAL | INSTALLSTATE_SOURCE)))
{
ERR("Component not set for install, not publishing assembly\n");
TRACE("Component not set for install, not publishing assembly\n");
return ERROR_SUCCESS;
}
......
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