diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index fe9eb5352..ac4883d00 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -101,7 +101,7 @@ weechat_log_init () if (!weechat_log_open (NULL, "w")) { weechat_iconv_fprintf (stderr, - _("%s unable to create/append to log file\n" + _("%s unable to create/append to log file (weechat.log)\n" "If another WeeChat process is using this file, try to run WeeChat\n" "with another home using \"--dir\" command line option.\n"), WEECHAT_ERROR); |