summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfilesource.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-09 17:24:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-09 17:24:17 +0000
commit7ae1a99d067aa3e1510902e3e20575165cb58b5c (patch)
tree361997b5e285bd94fb5f613b2d7630fbb83ee731 /libs/ardour/sndfilesource.cc
parent5c6ba165f684fbd45be33c83d41083567d4dd88f (diff)
always store source names as relative paths; always add directories of embedded files to search path; never use hardlinks for embedding anymore
git-svn-id: svn://localhost/ardour2/branches/3.0@7984 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/sndfilesource.cc')
-rw-r--r--libs/ardour/sndfilesource.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/sndfilesource.cc b/libs/ardour/sndfilesource.cc
index a8811cc9ff..9508391d07 100644
--- a/libs/ardour/sndfilesource.cc
+++ b/libs/ardour/sndfilesource.cc
@@ -217,6 +217,8 @@ SndFileSource::open ()
so we don't want to see this message.
*/
+ cerr << "failed to open " << _path << " with name " << _name << endl;
+
error << string_compose(_("SndFileSource: cannot open file \"%1\" for %2 (%3)"),
_path, (writable() ? "read+write" : "reading"), errbuf) << endmsg;
#endif