mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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
|
// value not found
|
||||||
found = false;
|
found = false;
|
||||||
|
nlwarning("Environment variable '%s' not found, won't be replaced", name.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue