diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-06-05 14:00:47 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-06-05 14:00:47 +0000 |
commit | 8978b9c4b949dc4c68ee6e0ea068d6c9d906a385 (patch) | |
tree | c99efca8d9b794b6815a5df9d074bb5d41af2354 /src | |
parent | b605e52d0f37d495b3a66682553f01cd6c7501c6 (diff) | |
download | weechat-8978b9c4b949dc4c68ee6e0ea068d6c9d906a385.zip |
Added "weechat.log" name in error message when WeeChat log file is locked
Diffstat (limited to 'src')
-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); |