James Hawkins : msi: Downgrade an ERR to a TRACE.

Alexandre Julliard julliard at winehq.org
Thu Aug 21 10:02:27 CDT 2008


Module: wine
Branch: master
Commit: b965a74ef28d9967ff0e0b26b71380d7c2cc4859
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b965a74ef28d9967ff0e0b26b71380d7c2cc4859

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Thu Aug 21 02:15:31 2008 -0500

msi: Downgrade an ERR to a TRACE.

---

 dlls/msi/files.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/files.c b/dlls/msi/files.c
index c829ce9..6de1c5a 100644
--- a/dlls/msi/files.c
+++ b/dlls/msi/files.c
@@ -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 */




More information about the wine-cvs mailing list