Index: trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- trunk/ippToPsps/jython/detectionbatch.py	(revision 32000)
+++ trunk/ippToPsps/jython/detectionbatch.py	(revision 32033)
@@ -43,5 +43,5 @@
                ippToPspsDb,
                camID,
-               "detection", 
+               "P2", 
                gpc1Db.getCameraStageSmf(camID),
                #"MD04") # TODO
@@ -107,15 +107,9 @@
        self.ippToPspsDb.insertDetectionMeta(self.batchID, self.expID, self.filter)
 
-    '''
-    Prints metadata to the log
-    '''
-    def printMe(self):
-
-        super(DetectionBatch, self).printMe()
-
-        self.logger.infoPair("Cam ID", "%d" % self.id)
-        self.logger.infoPair("Exp ID", "%d" % self.expID)
-        self.logger.infoPair("Exp name", "%s" % self.expName)
-        self.logger.infoPair("Distribution group", "%s" % self.distGroup)
+       # dump stuff to log
+       self.logger.infoPair("Cam ID", "%d" % self.id)
+       self.logger.infoPair("Exp ID", "%d" % self.expID)
+       self.logger.infoPair("Exp name", "%s" % self.expName)
+       self.logger.infoPair("Distribution group", "%s" % self.distGroup)
 
     '''
