]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/stats/base.py
errror => error
[osqa.git] / forum_modules / stats / base.py
index fe7a003dd836e9660b18a6246ae218cba5edda0c..1bb51732cad84e0bd3238d9ba7fd0b6cafa8349c 100644 (file)
@@ -181,6 +181,6 @@ def update_trigger():
             update_status = check_for_updates()
             logging.log(logging.INFO, smart_unicode("Update process has been triggered: %s" % update_status))
         except Exception, e:
-            logging.errror(smart_unicode(e))
+            logging.error(smart_unicode(e))
         finally:
             settings.LATEST_UPDATE_DATETIME.set_value(now)