[Mpuls-commits] r5224 - in wasko/trunk: . waskoweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 4 11:23:54 CEST 2011


Author: ludwig
Date: 2011-08-04 11:23:53 +0200 (Thu, 04 Aug 2011)
New Revision: 5224

Modified:
   wasko/trunk/ChangeLog
   wasko/trunk/waskoweb/controllers/caselifetime.py
Log:
Replace print with log.

Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog	2011-08-04 09:05:05 UTC (rev 5223)
+++ wasko/trunk/ChangeLog	2011-08-04 09:23:53 UTC (rev 5224)
@@ -1,5 +1,10 @@
 2011-08-04  Ludwig Reiter <ludwig.reiter at intevation.de>
 
+	* waskoweb/controllers/caselifetime.py:
+	Replace print with log.
+
+2011-08-04  Ludwig Reiter <ludwig.reiter at intevation.de>
+
 	* waskoweb/public/formed/formedtree.xml:
 	Issue2243: Reihenfolge der "Sonstiges" Option des Felds
 	"Wohnaufenthalt der/des Jugendlichen" nach oben verschoben.

Modified: wasko/trunk/waskoweb/controllers/caselifetime.py
===================================================================
--- wasko/trunk/waskoweb/controllers/caselifetime.py	2011-08-04 09:05:05 UTC (rev 5223)
+++ wasko/trunk/waskoweb/controllers/caselifetime.py	2011-08-04 09:23:53 UTC (rev 5224)
@@ -558,7 +558,7 @@
                                        'of the integration process '
                                        'was documented.'))
             except Exception, err:
-                print err
+                log.exception("")
 
             c.success_for = _(u"Not accepted reopening documented.")
             c.success_text = _(u'''\



More information about the Mpuls-commits mailing list