Log missing environment vars for easier debugging.

This commit is contained in:
Juan Lang 2005-04-12 10:15:09 +00:00 committed by Alexandre Julliard
parent da9c394f67
commit c33d2621eb
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key,
} }
else else
{ {
ERR("Unknown environment variable\n"); ERR("Unknown environment variable %s\n", debugstr_w(key));
*chunk = 0; *chunk = 0;
value = NULL; value = NULL;
} }