diff --git a/tconfpy.py b/tconfpy.py index b358df5..689ee13 100755 --- a/tconfpy.py +++ b/tconfpy.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "tconfpy" -RCSID = "$Id: tconfpy.py,v 2.111 2005/01/20 00:31:24 tundra Exp $" +RCSID = "$Id: tconfpy.py,v 2.112 2005/01/20 08:44:40 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -302,7 +302,7 @@ Messages["eIFEXTRATXT"] = FILENUM + "Extra Text On Line. '%s' Only Accepts Variable References As Arguments" Messages["eNOTLEGALVAL"] = FILENUM + "'%s' Not Found In List Of Legal Values For Variable '%s'" Messages["eNOTSTRING"] = FILENUM + "%s Is Not A String Type - Ignoring" -Messages["eRECURSIVE"] = FILENUM + "Recursive .includes Forbidden" +Messages["eCIRCULAR"] = FILENUM + "Circular .includes Forbidden" Messages["eSTRINGLONG"] = FILENUM + "'%s' Too Long For Variable '%s'. Maximum Length Is %s" Messages["eSTRINGSHORT"] = FILENUM + "'%s' Too Short For Variable '%s'. Minimum Length is %s" Messages["eSYMBADCHAR"] = FILENUM + "Symbol '%s' Contains Illegal Character '%s'" @@ -673,7 +673,7 @@ if cfgfile in SymTable.Visited: - ErrorMsg("eRECURSIVE", (current_cfg, current_linenum)) + ErrorMsg("eCIRCULAR", (current_cfg, current_linenum)) return else: