From: Robin Gareus Date: Wed, 19 Aug 2015 02:09:22 +0000 (+0200) Subject: fix error-level X-Git-Tag: 4.3~622 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f36f03fcb4c36b5ef29843e60d1214c6ee4edb31;p=ardour.git fix error-level --- 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*/ }