[Mpuls-commits] r1358 - in wasko/branches/2.0: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 9 12:21:11 CET 2010


Author: bh
Date: 2010-02-09 12:21:11 +0100 (Tue, 09 Feb 2010)
New Revision: 1358

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/lib/app_globals.py
Log:
* mpulsweb/lib/app_globals.py (Globals.__init__): Add debug log
for formed file name


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-09 11:20:43 UTC (rev 1357)
+++ wasko/branches/2.0/ChangeLog	2010-02-09 11:21:11 UTC (rev 1358)
@@ -1,5 +1,10 @@
 2010-02-09  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/app_globals.py (Globals.__init__): Add debug log
+	for formed file name
+
+2010-02-09  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/navigation.py: Remove unused imports.
 
 2010-02-09  Bernhard Herzog  <bh at intevation.de>

Modified: wasko/branches/2.0/mpulsweb/lib/app_globals.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/app_globals.py	2010-02-09 11:20:43 UTC (rev 1357)
+++ wasko/branches/2.0/mpulsweb/lib/app_globals.py	2010-02-09 11:21:11 UTC (rev 1358)
@@ -69,6 +69,7 @@
                                                              'annotation'))
 
         # Build FormedTree. This tree will work as template for all cases
+        log.debug("loading formed definition from %r", formed_file)
         self.formedTree = openDocument(formed_file)
         try:
             self.helpData = AnnotationsProvider(annotation_file)



More information about the Mpuls-commits mailing list