maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Pure cosmetics


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH] Pure cosmetics
Date: Thu, 10 Sep 2009 22:49:43 +0200

Cosmetics
---
 www/settings.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/www/settings.py b/www/settings.py
index a0bf30a..4a26d10 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -109,7 +109,8 @@ LANGUAGES = (("fr", u"Français"),
 
 LOG = logging.getLogger(os.environ.get("MAPOSMATIC_LOG_TARGET",
                                        "maposmatic"))
-LOG.setLevel(os.environ.get("MAPOSMATIC_LOG_LEVEL", 
DEFAULT_MAPOSMATIC_LOG_LEVEL))
+LOG.setLevel(os.environ.get("MAPOSMATIC_LOG_LEVEL",
+                            DEFAULT_MAPOSMATIC_LOG_LEVEL))
 try:
     _fh = logging.FileHandler(os.environ.get('MAPOSMATIC_LOG_FILE',
                                              DEFAULT_MAPOSMATIC_LOG_FILE))
-- 
1.6.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]