Changed: Display a warning when a environment variable doesn't exist
This commit is contained in:
parent
c98bf02cb0
commit
daa42945b3
1 changed files with 1 additions and 0 deletions
|
@ -1033,6 +1033,7 @@ std::string expandEnvironmentVariables(const std::string &s)
|
|||
{
|
||||
// value not found
|
||||
found = false;
|
||||
nlwarning("Environment variable '%s' not found, won't be replaced", name.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue