diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 6662945..2d2fe6c 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -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; } -- 1.5.4.3