Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 38924)
+++ trunk/ippToPsps/jython/batch.py	(revision 38958)
@@ -466,4 +466,12 @@
         for table in tables:
 
+            # example of listing all columns in a table:
+            ## print "-----table: " + table.name
+            ## columns = table.columns()
+            ## for column in columns:
+            ##     print column
+            ## 
+            ## print "-----"
+
             # print "import smf table ", table
             match = re.match(filter, table.name)
@@ -475,5 +483,5 @@
 
             # print "read smf table ", table
-            self.logger.infoPair("read smf table", table)
+            self.logger.infoPair("read smf table", table.name)
 
             # drop any previous tables before import
