Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/gpc1db.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/gpc1db.py	(revision 34946)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/gpc1db.py	(revision 34947)
@@ -93,4 +93,6 @@
             
         try:
+            # XXX EAM : test output
+            self.logger.infoPair("sql for dvo items:", sql)
             rs = self.executeQuery(sql)
             while (rs.next()): 
@@ -235,4 +237,8 @@
             files = glob.glob(path + ".smf")
 
+            
+
+        # XXX EAM : test output
+        self.logger.infoPair("smf files:", files)
         if len(files) < 1: return None
 
