Index: trunk/ippToPsps/jython/loader.py
===================================================================
--- trunk/ippToPsps/jython/loader.py	(revision 33787)
+++ trunk/ippToPsps/jython/loader.py	(revision 33796)
@@ -154,6 +154,7 @@
                     if batchType != "OB":
                         # look in DVO for this box (with extra border)
-                        #self.dvoDetections.setSkyAreaAsBox(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
-                        self.dvoDetections.setSkyArea()
+                        self.logger.infoPair("Querying DVO for this sky area", "")
+                        self.dvoDetections.setSkyAreaAsBox(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
+                        #self.dvoDetections.setSkyArea()
                         sizeToBeIngested = self.dvoDetections.getDiskSizeOfRegionsToBeIngested()
                         if sizeToBeIngested == 0.0: smfsPerGB = 999999999
