Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 32090)
+++ trunk/ippToPsps/jython/batch.py	(revision 32091)
@@ -309,5 +309,5 @@
           match = re.match(filter, table.name)
           if not match: continue
-          self.logger.infoPair("Reading IPP table", table.name)
+          self.logger.debugPair("Reading IPP table", table.name)
           table = stilts.tpipe(table, cmd='explodeall')
 
