msi: Downgrade an ERR to a WARN.

This commit is contained in:
James Hawkins 2007-11-25 18:05:43 -06:00 committed by Alexandre Julliard
parent 8912798fb5
commit 0a05a87436
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}