[Mpuls-commits] r6156 - waska/trunk/waskaweb/lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 17 14:31:51 CET 2012


Author: torsten
Date: 2012-12-17 14:31:51 +0100 (Mon, 17 Dec 2012)
New Revision: 6156

Modified:
   waska/trunk/waskaweb/lib/app_globals.py
Log:
Autoload formedtree


Modified: waska/trunk/waskaweb/lib/app_globals.py
===================================================================
--- waska/trunk/waskaweb/lib/app_globals.py	2012-12-17 13:28:44 UTC (rev 6155)
+++ waska/trunk/waskaweb/lib/app_globals.py	2012-12-17 13:31:51 UTC (rev 6156)
@@ -8,6 +8,6 @@
 class Globals(mpulsweb.lib.app_globals.Globals):
     def _load_formedtree_from_file(self, formed_file):
         # Build FormedTree. This tree will work as template for all cases
-        log.debug("loading formedtree definition with rules for JMD from %r", 
+        log.debug("loading formedtree definition with rules for WASKA from %r", 
             formed_file)
         return openDocument(formed_file, generate_rules=True)



More information about the Mpuls-commits mailing list