fix error-level
authorRobin Gareus <robin@gareus.org>
Wed, 19 Aug 2015 02:09:22 +0000 (04:09 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 19 Aug 2015 02:09:22 +0000 (04:09 +0200)
libs/ardour/filesystem_paths.cc

index 2c378c0d7ffd76a49077d2e49188ce3434b3dd92..daa762fa8aae456ec299559f0b445169625f81ad 100644 (file)
@@ -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*/
                }