Changed: Display a warning when a environment variable doesn't exist

--HG--
branch : develop
This commit is contained in:
kervala 2016-02-13 23:30:18 +01:00
parent fc69d4cec9
commit e70a169955

View file

@ -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());
}
}