msi: Downgrade an ERR to a TRACE.

This commit is contained in:
James Hawkins 2008-08-21 02:15:31 -05:00 committed by Alexandre Julliard
parent 7b858882ac
commit b965a74ef2
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ UINT ACTION_RemoveFiles( MSIPACKAGE *package )
TRACE("removing %s\n", debugstr_w(file->File) );
if ( !DeleteFileW( file->TargetPath ) )
ERR("failed to delete %s\n", debugstr_w(file->TargetPath) );
TRACE("failed to delete %s\n", debugstr_w(file->TargetPath));
file->state = msifs_missing;
/* the UI chunk */