Make more noise in config parser

This commit is contained in:
Michael Spang 2009-01-31 01:18:15 -05:00
parent e3f0ed509d
commit 39a3bda6b3
1 changed files with 1 additions and 0 deletions

View File

@ -210,5 +210,6 @@ long config_long(char *var, char *val) {
}
void config_parse(char *filename) {
debug("loading configuration from %s", filename);
parse_config_file(filename, NULL);
}