summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
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;