Commit c33d2621 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Log missing environment vars for easier debugging.

parent da9c394f
......@@ -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;
}
......
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