summaryrefslogtreecommitdiff
path: root/libs/ardour/session_directory.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-19 17:24:00 +0100
committerRobin Gareus <robin@gareus.org>2015-11-19 17:24:00 +0100
commitceab8cf313c4d0afb028c032998697e25b87067f (patch)
tree5ada19f3d5b438e273648c0c6fac2837b909211a /libs/ardour/session_directory.cc
parenta5b2965cf51fc7fb5b36874542da4c79ed40fb56 (diff)
remove debug message
Diffstat (limited to 'libs/ardour/session_directory.cc')
-rw-r--r--libs/ardour/session_directory.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session_directory.cc b/libs/ardour/session_directory.cc
index 5a32b949f9..491a593398 100644
--- a/libs/ardour/session_directory.cc
+++ b/libs/ardour/session_directory.cc
@@ -149,7 +149,6 @@ SessionDirectory::sources_root () const
root_cache[m_root_path] = Glib::build_filename (sources_root_path, entries.front());
}
else if (entries.size() > 1) {
- printf ("found %zu folderin interchange!\n", entries.size());
PBD::fatal << string_compose (_("The session's interchange dir is tainted.\nThere is more than one folder in '%1'.\nPlease remove extra subdirs to reduce possible filename ambiguties."), sources_root_path) << endmsg;
assert (0); // not reached
}