summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-log.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-10-22 21:26:58 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-10-22 21:26:58 +0000
commite4f34d9cd3b012c985a326bf925baf85b776c4c4 (patch)
treedef058ec1f5196223d20ee9c92e4e75fd5409da6 /src/fe-common/core/fe-log.c
parentc9f76eee75a013c929ec884c7aa981f51a9f4e0c (diff)
downloadirssi-e4f34d9cd3b012c985a326bf925baf85b776c4c4.zip
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
Diffstat (limited to 'src/fe-common/core/fe-log.c')
-rw-r--r--src/fe-common/core/fe-log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/core/fe-log.c b/src/fe-common/core/fe-log.c
index dad36684..a0be229b 100644
--- a/src/fe-common/core/fe-log.c
+++ b/src/fe-common/core/fe-log.c
@@ -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;