1
0
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:
Sebastien Helleu
2014-03-18 09:25:15 +01:00
parent 03b9b6c1a5
commit f09e1c136c
13 changed files with 43 additions and 42 deletions
+2 -1
View File
@@ -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 */