Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 37754)
+++ trunk/ippToPsps/jython/batch.py	(revision 38602)
@@ -414,8 +414,9 @@
     '''   
     def createEmptyPspsTables(self):
-
+         print "THIS SUCKS" 
          self.pspsTables = stilts.treads(self.pspsVoTableFilePath)
          for table in self.pspsTables:
              self.logger.debug("Creating PSPS table: " + table.name)
+             self.logger.infoPair("creating psps table ",table.name)
              table.write(self.scratchDb.url + '#' + table.name)
              self.tablesToExport.append(table.name)
@@ -592,4 +593,5 @@
 
         # creates the empty PSPS tables
+        self.logger.infoPair("creating","empty psps tables")
         if not self.createEmptyPspsTables():
             self.logger.errorPair("Aborting this batch", "could not create empty PSPS tables")
