Correcting message output.

This commit is contained in:
Patrick Shriwise 2020-09-03 08:29:19 -05:00
parent 77c911be05
commit c1006b34e3

View file

@ -121,7 +121,7 @@ void read_plots_xml()
// Check if plots.xml exists
std::string filename = settings::path_input + "plots.xml";
if (!file_exists(filename)) {
fatal_error("Plots XML file '" + filename + "' does not exist!");
fatal_error(fmt::format("Plots XML file '{}' does not exist!", filename));
}
write_message("Reading plot XML file...", 5);