From: Yohan Boniface Date: Sun, 31 Aug 2014 21:09:49 +0000 (+0200) Subject: errror => error X-Git-Tag: live~7 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/672db659df67242e10f1fb1853eae4342bc21ed3 errror => error --- diff --git a/forum_modules/stats/base.py b/forum_modules/stats/base.py index fe7a003..1bb5173 100644 --- a/forum_modules/stats/base.py +++ b/forum_modules/stats/base.py @@ -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)