summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-19 04:09:22 +0200
committerRobin Gareus <robin@gareus.org>2015-08-19 04:09:22 +0200
commitf36f03fcb4c36b5ef29843e60d1214c6ee4edb31 (patch)
treedfd7db09a6bd7b0adfa323997c55751400a603b2 /libs/ardour/filesystem_paths.cc
parentcf1ab3391f374e45557bb6bf57036bf3ec6d2d90 (diff)
fix error-level
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 2c378c0d7f..daa762fa8a 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -122,7 +122,7 @@ user_config_directory (int version)
exit (1);
}
} else if (!Glib::file_test (p, Glib::FILE_TEST_IS_DIR)) {
- error << string_compose (_("Configuration directory %1 already exists and is not a directory/folder - cannot run"),
+ fatal << string_compose (_("Configuration directory %1 already exists and is not a directory/folder - cannot run"),
p) << endmsg;
abort(); /*NOTREACHED*/
}