Index: trunk/ippToPsps/jython/dvo.py
===================================================================
--- trunk/ippToPsps/jython/dvo.py	(revision 39764)
+++ trunk/ippToPsps/jython/dvo.py	(revision 40011)
@@ -698,5 +698,5 @@
         # P2 and DF need to use a full GPC1 exposure radius:
         myBorder = self.skychunk.BORDER_GPC1
-
+        self.logger.infoPair("batch type", myBatchType)
         # ST and FW need to use just a skycell
         if myBatchType == "ST" :
@@ -704,4 +704,5 @@
         if myBatchType == "FW" :
             myBorder = self.skychunk.BORDER_SKYCELL
+
 
         dR_border = myBorder / math.cos(math.radians(boxDim['DEC']))
