mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
When logs are rotated, automatically create the new directory where to open
the log if it has changed. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1897 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c9f76eee75
commit
e4f34d9cd3
3 changed files with 8 additions and 3 deletions
|
|
@ -40,8 +40,6 @@
|
|||
/* close autologs after 5 minutes of inactivity */
|
||||
#define AUTOLOG_INACTIVITY_CLOSE (60*5)
|
||||
|
||||
#define LOG_DIR_CREATE_MODE 0770
|
||||
|
||||
static int autolog_level;
|
||||
static int autoremove_tag;
|
||||
static const char *autolog_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue