]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
I just don't like files enclosed in <>.
authorPavel Machek <pavel@ucw.cz>
Tue, 2 Mar 1999 13:15:35 +0000 (13:15 +0000)
committerPavel Machek <pavel@ucw.cz>
Tue, 2 Mar 1999 13:15:35 +0000 (13:15 +0000)
conf/conf.c

index dd8573586bfaeeef76a6dd9ddc1abd5543212d8f..332caec7a604fa5662aace7930bb089e654b3b74 100644 (file)
@@ -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;