msi: Downgrade an ERR to a WARN.
This commit is contained in:
parent
8912798fb5
commit
0a05a87436
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue