summaryrefslogtreecommitdiff
path: root/src/core/log.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-10-13 21:53:25 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-10-13 21:53:25 +0000
commit28f3e476dab7197a69c2afccfb87752f6e6b242a (patch)
tree09e4b8c2cb6a5c0d71907e81e39f2f4af697e8d2 /src/core/log.h
parent0ef25c9fb4666f0eb4bea19eace62479de2f6cab (diff)
downloadirssi-28f3e476dab7197a69c2afccfb87752f6e6b242a.zip
Complain only once with autologging if opening some log file failed
(locked by another irssi) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@734 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/log.h')
-rw-r--r--src/core/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/log.h b/src/core/log.h
index 5be51852..b8fef2ac 100644
--- a/src/core/log.h
+++ b/src/core/log.h
@@ -13,6 +13,7 @@ typedef struct {
time_t last; /* when last message was written */
int autoopen:1; /* automatically start logging at startup */
+ int failed:1; /* opening log failed last time */
int temp:1; /* don't save this to config file */
} LOG_REC;