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:
+1
-1
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user