Mercurial > hg > svcore
diff data/fileio/PlaylistFileReader.cpp @ 689:573d45e9487b
Merge from debug-output branch
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 14:47:59 +0100 |
parents | b4a8d8221eaf |
children | e802e550a1f2 |
line wrap: on
line diff
--- a/data/fileio/PlaylistFileReader.cpp Tue Jun 14 13:43:03 2011 +0100 +++ b/data/fileio/PlaylistFileReader.cpp Tue Jun 14 14:47:59 2011 +0100 @@ -135,7 +135,7 @@ QFileInfo(testpath).isFile()) { std::cerr << "Path \"" << line.toStdString() << "\" is relative, resolving to \"" - << testpath.toStdString() << "\"" + << testpath << "\"" << std::endl; line = testpath; }