summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 6aa53f5219..5fca7f07eb 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -353,7 +353,7 @@ find_file (string name, string dir, string subdir = "")
path = *i;
path += "/" + name;
if (access (path.c_str(), R_OK) == 0) {
- cerr << "Using file " << path << " found in ARDOUR_PATH." << endl;
+ // cerr << "Using file " << path << " found in ARDOUR_PATH." << endl;
return path;
}
}