summaryrefslogtreecommitdiff
path: root/libs/pbd/file_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/file_utils.cc')
-rw-r--r--libs/pbd/file_utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/file_utils.cc b/libs/pbd/file_utils.cc
index af2c67b40c..efb065fbd4 100644
--- a/libs/pbd/file_utils.cc
+++ b/libs/pbd/file_utils.cc
@@ -106,7 +106,7 @@ find_file_in_search_path(const SearchPath& search_path,
(
"Found no file named %1 in search path %2",
filename,
- search_path.get_string ()
+ search_path.to_string ()
)
<< endmsg;
@@ -120,7 +120,7 @@ find_file_in_search_path(const SearchPath& search_path,
(
"Found more than one file matching %1 in search path %2",
filename,
- search_path.get_string ()
+ search_path.to_string ()
)
<< endmsg;
}