Log missing environment vars for easier debugging.
This commit is contained in:
parent
da9c394f67
commit
c33d2621eb
|
@ -137,7 +137,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key,
|
|||
}
|
||||
else
|
||||
{
|
||||
ERR("Unknown environment variable\n");
|
||||
ERR("Unknown environment variable %s\n", debugstr_w(key));
|
||||
*chunk = 0;
|
||||
value = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue