diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.c b/conf/conf.c index dd85735..332caec 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -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; |