summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-03 00:25:19 +0200
committerRobin Gareus <robin@gareus.org>2015-08-03 00:25:19 +0200
commit8c45d446adb11b4af8cb1033da5a3e8a004b05ad (patch)
tree6aadb42f9c8514e74dd02ef49e9a186a0b94e099 /libs/ardour/filesystem_paths.cc
parentd9de55ae935bbf67abb22256fa6a6ac12144003b (diff)
VST cache rework (part one)
Don’t clutter up actual vst-plugin dirs with additional files. Use dedicated folder for VST info-cache; use sha1-hash (of absolute dll path) for .fsi file. Use a single blacklist file (one path per line) instead of individual .fsb files per plugin.
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index 4dfac59bc3..fe1afd85d8 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -188,7 +188,7 @@ user_cache_directory ()
exit (1);
}
} else if (!Glib::file_test (p, Glib::FILE_TEST_IS_DIR)) {
- error << string_compose (_("Cache directory %1 already exists and is not a directory/folder - cannot run"),
+ fatal << string_compose (_("Cache directory %1 already exists and is not a directory/folder - cannot run"),
p) << endmsg;
exit (1);
}