Commit 0a05a874 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Downgrade an ERR to a WARN.

parent 8912798f
...@@ -192,7 +192,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key, ...@@ -192,7 +192,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key,
} }
else else
{ {
ERR("Unknown environment variable %s\n", debugstr_w(key)); WARN("Unknown environment variable %s\n", debugstr_w(key));
*chunk = 0; *chunk = 0;
value = NULL; value = NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment