Module: wine Branch: master Commit: 92ed390b2887e848592ae6ca9c2cecaaaccb6a0a URL: http://source.winehq.org/git/wine.git/?a=commit;h=92ed390b2887e848592ae6ca9c...
Author: James Hawkins jhawkins@codeweavers.com Date: Mon Aug 4 11:52:02 2008 -0500
msi: Change an ERR that was supposed to be a TRACE.
---
dlls/msi/action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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; }