Index: trunk/ippToPsps/jython/forcedwarpbatch.py
===================================================================
--- trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38960)
+++ trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38990)
@@ -459,9 +459,9 @@
         results= self.scratchDb.reportAndDeleteRowsWithNULLS("ForcedWarpMeasurement_"+forcedWarpID, "objID")
         rowCountAfter =  self.scratchDb.getRowCount("ForcedWarpMeasurement_"+forcedWarpID)
-        self.logger.infoPair("row count of ForcedWarpMeasurement",rowCountBefore)
+        self.logger.infoPair("row count of ForcedWarpMeasurement", rowCountBefore)
         self.logger.infoPair("row count of ForcedWarpMeasurement after cull of null objID ", rowCountAfter)
         if rowCountAfter == 0:
             self.skipBatch = True
-            self.logger.infoPair ("skip this batch, it is bad")
+            self.logger.infoPair ("skip this batch", "it is bad")
             return False
 #        self.generateRandomIDs()
