13
0

more tracking down why alpha binaries don't find control surfaces

git-svn-id: svn://localhost/ardour2/branches/3.0@9190 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-23 14:24:06 +00:00
parent e43b01535c
commit a34c5adc40

View File

@ -39,6 +39,7 @@ panner_search_path ()
SearchPath spath_env (Glib::getenv(panner_env_variable_name, panner_path_defined));
if (panner_path_defined) {
std::cerr << "for panner, using environment search path " << spath_env.to_string() << std::endl;
return spath_env;
}