Hans Leidekker : msi: Downgrade a warning.

Alexandre Julliard julliard at winehq.org
Wed Jan 19 11:46:12 CST 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Jan 19 12:05:52 2011 +0100

msi: Downgrade a warning.

Unreferenced files are normal when applying a patch.

---

 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 9d0e01a..1205690 100644
--- a/dlls/msi/files.c
+++ b/dlls/msi/files.c
@@ -187,7 +187,7 @@ static BOOL installfiles_cb(MSIPACKAGE *package, LPCWSTR file, DWORD action,
         f = get_loaded_file(package, file);
         if (!f)
         {
-            WARN("unknown file in cabinet (%s)\n", debugstr_w(file));
+            TRACE("unknown file in cabinet (%s)\n", debugstr_w(file));
             return FALSE;
         }
 




More information about the wine-cvs mailing list