mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'UntoSten/inform-about-conf-includes'
This commit is contained in:
commit
2d05500a1e
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ config_get_lines_aux(const char *string, config_line_t **result, int extended,
|
|||
tor_free(v);
|
||||
return -1;
|
||||
}
|
||||
log_notice(LD_CONFIG, "Included configuration file or "
|
||||
"directory at recursion level %d: \"%s\".",
|
||||
recursion_level, v);
|
||||
*next = include_list;
|
||||
if (list_last)
|
||||
next = &list_last->next;
|
||||
|
|
Loading…
Add table
Reference in a new issue