From f36f03fcb4c36b5ef29843e60d1214c6ee4edb31 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 19 Aug 2015 04:09:22 +0200 Subject: fix error-level --- libs/ardour/filesystem_paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/filesystem_paths.cc') 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*/ } -- cgit v1.2.3