Author: mramm
Date: Wed Mar 4 20:34:01 2009
New Revision: 6480
URL: http://trac.turbogears.org/changeset/6480
Log:
Don't warn for missing locales.
Modified:
trunk/tg/controllers.py
Modified: trunk/tg/controllers.py
==============================================================================
--- trunk/tg/controllers.py (original)
+++ trunk/tg/controllers.py Wed Mar 4 20:34:01 2009
@@ -911,7 +911,7 @@
# if there is no resource bundle for this language
# remove the language from the list
languages.remove(lang)
- log.warn("Skip language %s: not supported", lang)
+ log.info("Skip language %s: not supported", lang)
# if any language is left, set the best match as a default
if languages: