about summary refs log tree commit diff stats
path: root/src/HTInit.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/HTInit.c
parente43d228f7636bbb423c5bdbd2100d733bcee28d3 (diff)
downloadlynx-snapshots-fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e.tar.gz
snapshot of project "lynx", label v2-8-7dev_5a
Diffstat (limited to 'src/HTInit.c')
-rw-r--r--src/HTInit.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/HTInit.c b/src/HTInit.c
index 6ede0f3f..b4674422 100644
--- a/src/HTInit.c
+++ b/src/HTInit.c
@@ -1,4 +1,7 @@
-/*		Configuration-specific Initialization		HTInit.c
+/*
+ * $LynxId: HTInit.c,v 1.67 2007/05/23 00:50:46 tom Exp $
+ *
+ *		Configuration-specific Initialization		HTInit.c
  *		----------------------------------------
  */
 
@@ -1430,7 +1433,8 @@ static int HTLoadExtensionsConfigFile(char *fn)
 		HTSprintf0(&ext, ".%s", word);
 		LYLowerCase(ext);
 
-		CTRACE((tfp, "SETTING SUFFIX '%s' to '%s'.\n", ext, ct));
+		CTRACE2(TRACE_CFG,
+			(tfp, "setting suffix '%s' to '%s'.\n", ext, ct));
 
 		if (strstr(ct, "tex") != NULL ||
 		    strstr(ct, "postscript") != NULL ||