Log the configfile name in verbose log, not only debug log (Thanks Han)

This commit is contained in:
Michael Stapelberg 2011-12-29 00:04:48 +01:00
parent ac3541c28c
commit a2031a8894
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ static char *get_config_path(const char *override_configpath) {
*/
static void parse_configuration(const char *override_configpath) {
char *path = get_config_path(override_configpath);
DLOG("Parsing configfile %s\n", path);
LOG("Parsing configfile %s\n", path);
FREE(current_configpath);
current_configpath = path;
parse_file(path);