I just don't like files enclosed in <>.
This commit is contained in:
parent
e834074dd4
commit
3d8ef0c9ef
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config_parse(struct config *c)
|
||||||
{
|
{
|
||||||
struct proto_config *p;
|
struct proto_config *p;
|
||||||
|
|
||||||
debug("Parsing configuration file <%s>\n", c->file_name);
|
debug("Parsing configuration file `%s'\n", c->file_name);
|
||||||
new_config = c;
|
new_config = c;
|
||||||
cfg_pool = c->pool;
|
cfg_pool = c->pool;
|
||||||
cfg_mem = c->mem;
|
cfg_mem = c->mem;
|
||||||
|
|
Loading…
Reference in a new issue