Merge remote-tracking branch 'UntoSten/inform-about-conf-includes'

This commit is contained in:
Nick Mathewson 2018-09-13 13:35:59 -04:00
commit 2d05500a1e

View file

@ -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;