Correct error message.
git-svn-id: svn://localhost/ardour2/branches/3.0@12330 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
813c5f0af9
commit
e5e6629324
@ -95,7 +95,7 @@ ardour_dll_directory ()
|
|||||||
{
|
{
|
||||||
std::string s = Glib::getenv("ARDOUR_DLL_PATH");
|
std::string s = Glib::getenv("ARDOUR_DLL_PATH");
|
||||||
if (s.empty()) {
|
if (s.empty()) {
|
||||||
std::cerr << _("ARDOUR_CONFIG_PATH not set in environment - exiting\n");
|
std::cerr << _("ARDOUR_DLL_PATH not set in environment - exiting\n");
|
||||||
::exit (1);
|
::exit (1);
|
||||||
}
|
}
|
||||||
return sys::path (s);
|
return sys::path (s);
|
||||||
|
Loading…
Reference in New Issue
Block a user