about summary refs log tree commit diff stats
path: root/src/HTInit.c
diff options
context:
space:
mode:
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 ||