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

This commit is contained in:
James Hawkins 2008-08-04 11:52:02 -05:00 committed by Alexandre Julliard
parent 04c40f2f5f
commit 92ed390b28
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}