mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Inform users about configuration file and directory includes
This patch makes it clearer to users what settings Tor daemon is actually using. I think it is pretty important.
This commit is contained in:
parent
c8aecd14fe
commit
ba3c785092
@ -148,6 +148,9 @@ config_get_lines_aux(const char *string, config_line_t **result, int extended,
|
|||||||
tor_free(v);
|
tor_free(v);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
log_notice(LD_CONFIG, "Included configuration file or "
|
||||||
|
"directory at recursion level %d: \"%s\".",
|
||||||
|
recursion_level, v);
|
||||||
*next = include_list;
|
*next = include_list;
|
||||||
if (list_last)
|
if (list_last)
|
||||||
next = &list_last->next;
|
next = &list_last->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user