mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Logging wrote to message to file twice.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@334 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0238eeb5e2
commit
4f9df44cb6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user