Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/setupScratchDb.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/setupScratchDb.py	(revision 34952)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/setupScratchDb.py	(revision 34953)
@@ -44,4 +44,6 @@
         tables = stilts.treads("../config/IN/tables.vot")
         for table in tables:
+            # EAM TEST I/O
+            self.logger.infoPair("Creating IN table: ", table.name)
             self.logger.debug("Creating IN table: " + table.name)
             table.write(self.scratchDb.url + '#' + table.name)
