Index: trunk/ippToPsps/jython/loader.py
===================================================================
--- trunk/ippToPsps/jython/loader.py	(revision 35226)
+++ trunk/ippToPsps/jython/loader.py	(revision 35417)
@@ -36,7 +36,7 @@
 
         if self.skychunk.parallel:
-            print "PARALLEL dvo"
+            self.logger.info("using PARALLEL DVO")
         else: 
-            print "SERIAL dvo"
+            self.logger.info("using SERIAL DVO")
 
         # connect to the gpc1 database
@@ -198,5 +198,7 @@
                             # insertion
                             if not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):
-                                self.dvoDetections.nativeIngestDetections(boxId, boxDim)
+                                if not self.dvoDetections.nativeIngestDetections(boxId, boxDim):
+                                    self.logger.error("Unable to ingest detections with nativeIngest")
+                                    return False
 
                             useFullTables = 1
