mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: remove trailing space in log message when writing a configuration file
This commit is contained in:
@@ -2065,8 +2065,9 @@ config_file_write_internal (struct t_config_file *config_file,
|
||||
}
|
||||
}
|
||||
|
||||
log_printf (_("Writing configuration file %s %s"),
|
||||
log_printf (_("Writing configuration file %s%s%s"),
|
||||
config_file->filename,
|
||||
(default_options) ? " " : "",
|
||||
(default_options) ? _("(default options)") : "");
|
||||
|
||||
/* open temp file in write mode */
|
||||
|
||||
Reference in New Issue
Block a user