Index: trunk/ippToPsps/jython/scratchdb.py
===================================================================
--- trunk/ippToPsps/jython/scratchdb.py	(revision 31840)
+++ trunk/ippToPsps/jython/scratchdb.py	(revision 31841)
@@ -19,6 +19,6 @@
     Constructor
     '''
-    def __init__(self, logger, useFull=0):
-        super(ScratchDb, self).__init__(logger,"localdatabase")
+    def __init__(self, logger, doc, useFull=0):
+        super(ScratchDb, self).__init__(logger, doc, "localdatabase")
 
         if useFull:
@@ -158,5 +158,5 @@
     def createDvoTables(self):
 
-        self.logger.info("Creating DVO meta and detection tables")
+        self.logger.infoPair("Creating DVO table", "dvoMeta")
 
         sql = "DROP TABLE dvoMeta"
@@ -181,4 +181,5 @@
             self.logger.error("Unable to create DVO meta-data database table")
 
+        self.logger.infoPair("Creating DVO table", "dvoDetection")
         sql = "CREATE TABLE dvoDetection ( \
                sourceID INT, \
