Module: wine Branch: master Commit: 0a05a874360a4af240c5cc51f8ffc10a2b61b67d URL: http://source.winehq.org/git/wine.git/?a=commit;h=0a05a874360a4af240c5cc51f8...
Author: James Hawkins truiken@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; }