mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Don't save autologs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@501 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4ba9a1356b
commit
8454f25561
@ -256,6 +256,9 @@ static void log_set_config(LOG_REC *log)
|
||||
CONFIG_NODE *node;
|
||||
char *levelstr;
|
||||
|
||||
if (log->temp)
|
||||
return;
|
||||
|
||||
node = iconfig_node_traverse("logs", TRUE);
|
||||
node = config_node_section(node, log->fname, NODE_TYPE_BLOCK);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user