Tidy up log message

This commit is contained in:
Ian Barwick
2020-04-28 14:23:39 +09:00
parent 11e1b7a2c5
commit c884f21a58

View File

@@ -454,7 +454,7 @@ _parse_config(t_configuration_options *options, ItemList *error_list, ItemList *
} }
else else
{ {
log_error(_("unable to open default configuration file \"%s\"; terminating"), log_error(_("unable to open default configuration file \"%s\"; terminating"),
config_file_path); config_file_path);
} }