mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
I just don't like files enclosed in <>.
This commit is contained in:
parent
e834074dd4
commit
3d8ef0c9ef
@ -40,7 +40,7 @@ config_parse(struct config *c)
|
||||
{
|
||||
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;
|
||||
cfg_pool = c->pool;
|
||||
cfg_mem = c->mem;
|
||||
|
Loading…
Reference in New Issue
Block a user