From c884f21a58e8b72a44a3b06a4a7c7407ab469a37 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 28 Apr 2020 14:23:39 +0900 Subject: [PATCH] Tidy up log message --- configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configfile.c b/configfile.c index c6c73e05..9283b976 100644 --- a/configfile.c +++ b/configfile.c @@ -454,7 +454,7 @@ _parse_config(t_configuration_options *options, ItemList *error_list, ItemList * } else { - log_error(_("unable to open default configuration file \"%s\"; terminating"), + log_error(_("unable to open default configuration file \"%s\"; terminating"), config_file_path); }