From dd3b268b72fa1ef1aa675542b64902c12bb1b4e0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 1 Feb 2011 19:36:19 +0000 Subject: [PATCH] show the bundle root git-svn-id: svn://localhost/ardour2/branches/3.0@8656 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/main.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc index 6f03c5828d..353949c526 100644 --- a/gtk2_ardour/main.cc +++ b/gtk2_ardour/main.cc @@ -319,6 +319,8 @@ fixup_bundle_environment (int argc, char* argv[]) const char *cstr = getenv ("PATH"); Glib::ustring userconfigdir = user_config_directory().to_string(); + cerr << "Ardour: bundle root = " << dir_path << endl; + /* ensure that we find any bundled executables (e.g. JACK), and find them before any instances of the same name elsewhere in PATH