about summary refs log tree commit diff stats
path: root/src/LYReadCFG.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2007-05-23 00:57:49 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2007-05-23 00:57:49 -0400
commitfa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e (patch)
tree20ce131d19588fd97676f6d73b4ded257625d2f4 /src/LYReadCFG.c
parente43d228f7636bbb423c5bdbd2100d733bcee28d3 (diff)
downloadlynx-snapshots-fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e.tar.gz
snapshot of project "lynx", label v2-8-7dev_5a
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r--src/LYReadCFG.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index 59f623f6..dcc1b83f 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYReadCFG.c,v 1.122 2007/05/06 18:17:23 tom Exp $ */
+/* $LynxId: LYReadCFG.c,v 1.123 2007/05/23 00:17:02 tom Exp $ */
 #ifndef NO_RULES
 #include <HTRules.h>
 #else
@@ -1117,8 +1117,9 @@ static int parse_html_src_spec(HTlexeme lexeme_code, char *value,
 	BS();
     *ts2 = '\0';
 
-    CTRACE((tfp, "ReadCFG - parsing tagspec '%s:%s' for option '%s'\n",
-	    value, ts2, option_name));
+    CTRACE2(TRACE_CFG, (tfp,
+			"LYReadCFG - parsing tagspec '%s:%s' for option '%s'\n",
+			value, ts2, option_name));
     html_src_clean_item(lexeme_code);
     if (!html_src_parse_tagspec(value, lexeme_code, TRUE, TRUE)
 	|| !html_src_parse_tagspec(ts2, lexeme_code, TRUE, TRUE)) {