[Mpuls-commits] r2935 - base/trunk/mpulsweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 9 12:07:29 CEST 2010
Author: torsten
Date: 2010-06-09 12:07:26 +0200 (Wed, 09 Jun 2010)
New Revision: 2935
Modified:
base/trunk/mpulsweb/config/environment.py
Log:
Fixed logging
Modified: base/trunk/mpulsweb/config/environment.py
===================================================================
--- base/trunk/mpulsweb/config/environment.py 2010-06-09 10:05:49 UTC (rev 2934)
+++ base/trunk/mpulsweb/config/environment.py 2010-06-09 10:07:26 UTC (rev 2935)
@@ -79,7 +79,7 @@
i18n_url = os.path.join(root, 'i18n')
if get('mpuls.app.path.i18n'):
i18n_url = get('mpuls.app.path.i18n')
- log.info('Custom "i18n" directory: %s' % controller_url)
+ log.info('Custom "i18n" directory: %s' % i18n_url)
paths = dict(root=root,
controllers=controller_url,
More information about the Mpuls-commits
mailing list