mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
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
This commit is contained in:
parent
0ef25c9fb4
commit
28f3e476da
3 changed files with 5 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ static void autolog_log(void *server, const char *target)
|
|||
char *fname, *dir, *str;
|
||||
|
||||
log = log_find_item(target);
|
||||
if (log != NULL) {
|
||||
if (log != NULL && !log->failed) {
|
||||
log_start_logging(log);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue