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

Alexandre Julliard julliard at winehq.org
Mon Nov 26 08:16:18 CST 2007


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

Author: James Hawkins <truiken at gmail.com>
Date:   Sun Nov 25 18:05:43 2007 -0600

msi: Downgrade an ERR to a WARN.

---

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

diff --git a/dlls/msi/format.c b/dlls/msi/format.c
index 41d4a47..4cc5ed4 100644
--- a/dlls/msi/format.c
+++ b/dlls/msi/format.c
@@ -192,7 +192,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key,
     }
     else
     {
-        ERR("Unknown environment variable %s\n", debugstr_w(key));
+        WARN("Unknown environment variable %s\n", debugstr_w(key));
         *chunk = 0;
         value = NULL;
     }




More information about the wine-cvs mailing list