diff --git a/tren.py b/tren.py index 6e7ab6f..7599708 100755 --- a/tren.py +++ b/tren.py @@ -8,7 +8,7 @@ PROGNAME = "tren.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tren.py,v 1.133 2010/02/02 17:41:21 tundra Exp $" +RCSID = "$Id: tren.py,v 1.134 2010/02/02 17:49:53 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -734,9 +734,9 @@ # Dump what we know about the command line - DebugMsg(ColumnPad([dCMDLINE, sys.argv])) - DebugMsg(ColumnPad([dPROGENV, os.getenv("TREN")])) - DebugMsg(ColumnPad([dRESOLVEDOPTS, OPTIONS])) + DumpList(DebugMsg, dCMDLINE, "", sys.argv) + DumpList(DebugMsg, dPROGENV, "", envopt) + DumpList(DebugMsg, dRESOLVEDOPTS, "", OPTIONS) # Create and populate an object with rename targets. We have to # do *before* we process any renaming requests because they may make