Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 35026)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 35027)
@@ -408,9 +408,11 @@
       for table in tables:
 
-          # print "import IPP table ", table
+          print "import smf table ", table
           match = re.match(filter, table.name)
           if not match: continue
           self.logger.debugPair("Reading IPP table", table.name)
           table = stilts.tpipe(table, cmd='explodeall')
+
+          print "read smf table ", table
 
           # drop any previous tables before import
@@ -422,7 +424,9 @@
           table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
           table = stilts.tpipe(table, cmd='replaceval Infinity null *')
+          print "cleaned up values ", table
 
           try:
               table.write(self.scratchDb.url + '#' + table.name)
+              print "wrote to mysql ", table
               self.scratchDb.killLastConnectionID()
               count = count + 1
