From 1dc8d99d78908222545e78f41cff08896f46a529 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Jun 2012 23:07:27 +0000 Subject: Clean up libardour tests a bit. git-svn-id: svn://localhost/ardour2/branches/3.0@12641 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/filesystem_paths.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/filesystem_paths.cc') 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; -- cgit v1.2.3