summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-09 23:07:27 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-09 23:07:27 +0000
commit1dc8d99d78908222545e78f41cff08896f46a529 (patch)
treeac30ffe2ceacd9db700fd15a36b2dfad45808284 /libs/ardour/filesystem_paths.cc
parenta715e566d03b5e1a68856ec0c24d59ed8610b768 (diff)
Clean up libardour tests a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@12641 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index 271de8f849..a8a684a4aa 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -124,7 +124,7 @@ ardour_config_search_path ()
search_path = sp;
have_path = true;
- std::cerr << "CONFIG PATH: " << search_path.to_string() << std::endl;
+ info << "CONFIG PATH: " << search_path.to_string() << endmsg;
}
return search_path;
@@ -153,7 +153,7 @@ ardour_data_search_path ()
search_path = sp;
have_path = true;
- std::cerr << "DATA PATH: " << search_path.to_string() << std::endl;
+ info << "DATA PATH: " << search_path.to_string() << endmsg;
}
return search_path;