From: Pavel Machek Date: Tue, 2 Mar 1999 13:15:35 +0000 (+0000) Subject: I just don't like files enclosed in <>. X-Git-Tag: v1.2.0~1687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8ef0c9ef7878292ef314a0f5f34390d74f4e9f;p=thirdparty%2Fbird.git I just don't like files enclosed in <>. --- diff --git a/conf/conf.c b/conf/conf.c index dd8573586..332caec7a 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;