13
0

fix error-level

This commit is contained in:
Robin Gareus 2015-08-19 04:09:22 +02:00
parent cf1ab3391f
commit f36f03fcb4

View 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*/
}