1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

Fixed a typo in wee-log.c

Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
This commit is contained in:
Kamran Mackey
2015-12-24 05:02:34 -07:00
parent c4e3d66ba5
commit 2db7599460
+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)",