[cig-commits] r11172 - short/3D/PyLith/trunk/pylith/feassemble

brad at geodynamics.org brad at geodynamics.org
Fri Feb 15 15:20:18 PST 2008


Author: brad
Date: 2008-02-15 15:20:18 -0800 (Fri, 15 Feb 2008)
New Revision: 11172

Modified:
   short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
Log:
Cleaned up logging for IntegratorElasticity.

Modified: short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2008-02-15 23:19:55 UTC (rev 11171)
+++ short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2008-02-15 23:20:18 UTC (rev 11172)
@@ -67,9 +67,15 @@
     """
     Verify compatibility of configuration.
     """
+    logEvent = "%sverify" % self._loggingPrefix
+    self._logger.eventBegin(logEvent)
+
     Integrator.verifyConfiguration(self)
     self.material.verifyConfiguration()
-    self.output.verifyConfiguration()    
+    self.output.verifyConfiguration()
+
+
+    self._logger.eventEnd(logEvent)    
     return
 
 



More information about the cig-commits mailing list