summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-03-02 14:15:35 +0100
committerPavel Machek <pavel@ucw.cz>1999-03-02 14:15:35 +0100
commit3d8ef0c9ef7878292ef314a0f5f34390d74f4e9f (patch)
treee7c2848617d391508762fe61780f3e3d44488bb6 /conf/conf.c
parente834074dd43cabd10ca9811191a212f86b8f6ed7 (diff)
downloadbird-3d8ef0c9ef7878292ef314a0f5f34390d74f4e9f.tar
bird-3d8ef0c9ef7878292ef314a0f5f34390d74f4e9f.zip
I just don't like files enclosed in <>.
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c2
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;