mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
remove debug output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2839 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
11190e19e2
commit
f405d6cda2
1 changed files with 0 additions and 3 deletions
|
|
@ -826,14 +826,11 @@ EngineControl::find_jack_servers (vector<string>& strings)
|
|||
|
||||
_NSGetExecutablePath (execpath, &pathsz);
|
||||
|
||||
cerr << " execpath = " << execpath << endl;
|
||||
|
||||
Glib::ustring path (Glib::path_get_dirname (execpath));
|
||||
path += "/jackd";
|
||||
|
||||
if (Glib::file_test (path, FILE_TEST_EXISTS)) {
|
||||
strings.push_back (path);
|
||||
cerr << "Found jack in " << path << endl;
|
||||
}
|
||||
|
||||
if (getenv ("ARDOUR_WITH_JACK")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue