Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34947)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34948)
@@ -162,5 +162,5 @@
                         if sizeToBeIngested == 0.0: smfsPerGB = 999999999
                         else: smfsPerGB = len(ids)/sizeToBeIngested
-                        self.logger.infoPair("DVO to be ingested", "%.1f GB" % sizeToBeIngested)
+                        self.logger.infoPair("DVO to be ingested", "%7.1e GB" % sizeToBeIngested)
                         self.logger.infoPair("smfs-per-GB", "%.1f" % smfsPerGB)
 
@@ -169,4 +169,5 @@
                         # XXXX EAM : this should happen for both P2 and Stack detection
                         # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches
+                        # 
                         if batchType == 'P2' and smfsPerGB > 30:
                             if not self.dvoDetections.sync():
