1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Merge pull request #634 from KamranMackey/fix-typo-in-weelog

core: fix typo in message displayed when the log file is locked
This commit is contained in:
Sébastien Helleu
2015-12-24 20:42:16 +01:00
+1 -1
View File
@@ -115,7 +115,7 @@ log_init ()
string_iconv_fprintf (stderr,
_("Error: 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"));
"with another home using the \"--dir\" command line option.\n"));
exit (1);
}
log_printf ("WeeChat %s (%s %s %s)",