diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-14 17:33:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-14 17:33:41 +0000 |
commit | 4f9df44cb671f0f5d9bb8ef98bfa77717f13634b (patch) | |
tree | 7a423e054428be2a4768582a82903c79edc35ed2 | |
parent | 0238eeb5e2afe4cbc96cfe4c121093f8ae7d4249 (diff) | |
download | irssi-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.c | 4 |
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) |