msi: Change an ERR that was supposed to be a TRACE.
This commit is contained in:
parent
04c40f2f5f
commit
92ed390b28
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue