summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-14 17:33:41 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-14 17:33:41 +0000
commit4f9df44cb671f0f5d9bb8ef98bfa77717f13634b (patch)
tree7a423e054428be2a4768582a82903c79edc35ed2
parent0238eeb5e2afe4cbc96cfe4c121093f8ae7d4249 (diff)
downloadirssi-4f9df44cb671f0f5d9bb8ef98bfa77717f13634b.zip
Logging wrote to message to file twice.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@334 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--src/fe-common/core/fe-log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fe-common/core/fe-log.c b/src/fe-common/core/fe-log.c
index 17af0cf3..c66859b3 100644
--- a/src/fe-common/core/fe-log.c
+++ b/src/fe-common/core/fe-log.c
@@ -329,10 +329,6 @@ static void sig_printtext_stripped(WINDOW_REC *window, void *server, const char
ltoa(windownum, window->refnum);
log = log_find_item(windownum);
if (log != NULL) log_write_rec(log, text);
-
- /* save line to logs */
- if (logs != NULL)
- log_write(target, level, text);
}
static int sig_autoremove(void)